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

Commit

Permalink
Added missing &&
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Apr 3, 2018
1 parent bbccaae commit 15f4240
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 @@ -40,7 +40,7 @@ test_script:
cargo test --target %TARGET% &&
cargo test --target %TARGET% --release &&
cargo run --target %TARGET% &&
cargo run --target %TARGET% --release
cargo run --target %TARGET% --release &&
bash tests/dev_tests.sh
)

Expand Down

0 comments on commit 15f4240

Please sign in to comment.