diff --git a/.travis/native.sh b/.travis/native.sh index 5d8f77d2e6..a8251cbcc5 100755 --- a/.travis/native.sh +++ b/.travis/native.sh @@ -8,6 +8,7 @@ cargo check --all-targets --workspace --exclude test-tflite --exclude test-metal ./.travis/onnx-tests.sh ./.travis/regular-tests.sh +./.travis/test-harness.sh if [ -n "$CI" ] then @@ -24,6 +25,7 @@ then cargo test -p test-metal fi + if [ -n "$CI" ] then cargo clean diff --git a/.travis/regular-tests.sh b/.travis/regular-tests.sh index 31bb12b2e4..e89370adc4 100755 --- a/.travis/regular-tests.sh +++ b/.travis/regular-tests.sh @@ -15,4 +15,3 @@ if [ -n "$CI" ] then cargo clean fi -./test-harness.sh