summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-02-16 18:16:39 +0100
committerGitHub <noreply@github.com>2020-02-16 18:16:39 +0100
commit93921c2deb2c2b5e703aa247c42cbc52452631b1 (patch)
treeeed5ea39cee9d25cd24e073a8b69ccd73b56ca3e
parentb14bd1eddad4394048c22cd377b3de984a539e99 (diff)
Update appveyor.yml
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2b14d0e..7c4e5e9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -44,7 +44,7 @@ test_script:
)
before_deploy:
- - cargo rustc --target %TARGET% --release --bin %CRATE_NAME% -- -C lto
+ - cargo build --target %TARGET% --release --bin %CRATE_NAME% --all-features
- ps: ci\before_deploy.ps1
deploy: