diff --git a/.travis.yml b/.travis.yml index adf57020..d37159cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: cache: cargo script: - - cargo test --locked --verbose + - cargo test --all --locked --verbose - language: rust rust: stable diff --git a/bin/run-tests.sh b/bin/run-tests.sh index b218506d..03647950 100755 --- a/bin/run-tests.sh +++ b/bin/run-tests.sh @@ -2,6 +2,6 @@ set -ev -cargo test --locked --verbose +cargo test --all --locked --verbose cargo fmt -- --check cargo clippy \ No newline at end of file