Fix AppVeyor

This commit is contained in:
Roey Darwish Dror
2018-11-12 20:45:43 +02:00
parent 9de363383c
commit b14c948567

View File

@@ -28,7 +28,7 @@ install:
test_script:
- if [%APPVEYOR_REPO_TAG%]==[false] (
cargo check --target %TARGET% &&
cargo check --target %TARGET% --release
cargo check --target %TARGET% --release &&
cargo check --target %TARGET% --all-features &&
cargo check --target %TARGET% --all-features --release
)