Stop pg tests from duplicating tranquil-store tests

This commit is contained in:
Johanna Larsson
2026-09-23 17:24:44 +00:00
committed by Tangled
parent e483fa139f
commit 939b5a8cc4
+1 -1
View File
@@ -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."