diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 3a3087d..3e133c6 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -18,7 +18,7 @@ cargo test --no-run 2>&1 | tail -1 echo "Running tests..." echo "" -cargo nextest run "$@" +cargo nextest run --workspace --exclude tranquil-store "$@" echo "" echo "All tests passed."