We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a642a1c commit 8f85f0aCopy full SHA for 8f85f0a
server/run-tests.sh
@@ -2,7 +2,7 @@
2
3
# Run tests with various configurations:
4
5
-TEST_COMMAND="cargo test --all --all-features --all-targets"
+TEST_COMMAND="cargo test --all --all-features --all-targets $*"
6
7
# Common variables:
8
export DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
0 commit comments