We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2325036 commit ba69cf0Copy full SHA for ba69cf0
appveyor.yml
@@ -29,11 +29,7 @@ test_script:
29
# we don't run the "test phase" when doing deploys
30
- if [%APPVEYOR_REPO_TAG%]==[false] (
31
cargo build --target %TARGET% &&
32
- cargo build --target %TARGET% --release &&
33
- cargo test --target %TARGET% &&
34
- cargo test --target %TARGET% --release &&
35
- cargo run --target %TARGET% &&
36
- cargo run --target %TARGET% --release
+ cargo test --target %TARGET%
37
)
38
39
before_deploy:
0 commit comments