1
Fork 0

End command correctly

This commit is contained in:
Jan-Erik Rediger 2019-07-10 15:29:08 +02:00
parent 7d31d359a3
commit 61be6ba62a

View file

@ -29,7 +29,7 @@ test_script:
# we don't run the "test phase" when doing deploys
- if [%APPVEYOR_REPO_TAG%]==[false] (
cargo test --target %TARGET% &&
cargo build --target %TARGET% &&
cargo build --target %TARGET%
)
before_deploy: