Fix rojo-test tests not running on CI

This commit is contained in:
Lucien Greathouse
2019-08-29 16:38:04 -07:00
parent 4e512b7023
commit 78e3cf4ffb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
set -ev
cargo test --locked --verbose
cargo test --all --locked --verbose
cargo fmt -- --check
cargo clippy