From 939b5a8cc4326afff5b189052a8b2ed8b56a47af Mon Sep 17 00:00:00 2001 From: Johanna Larsson Date: Tue, 22 Sep 2026 13:08:04 +0100 Subject: [PATCH] Stop pg tests from duplicating tranquil-store tests --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."