diff options
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3725b4d72c..a7668d4c00 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,9 +44,7 @@ install: # This is the "test phase", tweak it as you see fit test_script: - cargo build --all --target %TARGET% - - cargo build --all --target %TARGET% --release - cargo test --all --target %TARGET% - - cargo test --all --target %TARGET% --release # Cache build binaries for faster builds next time cache: |
