Skip to content

Commit

Permalink
old harness out of ci "light" test
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 18, 2024
1 parent a35d216 commit 9bc8be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis/native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,6 +25,7 @@ then
cargo test -p test-metal
fi


if [ -n "$CI" ]
then
cargo clean
Expand Down
1 change: 0 additions & 1 deletion .travis/regular-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ if [ -n "$CI" ]
then
cargo clean
fi
./test-harness.sh

0 comments on commit 9bc8be9

Please sign in to comment.