From 9bc8be96ac67db5287c22f7ebc1dfa281c8c85fd Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 18 Sep 2024 15:42:41 +0200 Subject: [PATCH] old harness out of ci "light" test --- .travis/native.sh | 2 ++ .travis/regular-tests.sh | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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