Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
r-darwish committed Nov 12, 2018
1 parent 9de3633 commit b14c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit b14c948

Please sign in to comment.