Fix AppVeyor
This commit is contained in:
@@ -28,7 +28,7 @@ install:
|
|||||||
test_script:
|
test_script:
|
||||||
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
||||||
cargo check --target %TARGET% &&
|
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 &&
|
||||||
cargo check --target %TARGET% --all-features --release
|
cargo check --target %TARGET% --all-features --release
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user