Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

old harness out of ci "light" test #1532

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading