From 78e3cf4ffb6f416b031ae852fa9ee006c653abdf Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 29 Aug 2019 16:38:04 -0700 Subject: [PATCH] Fix rojo-test tests not running on CI --- .travis.yml | 2 +- bin/run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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