Skip to content

Commit 8f85f0a

Browse files
authored
Server: Update test script (#923)
Update test script to support passing additional args, e.g., an individual test name when running tests.
1 parent a642a1c commit 8f85f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Run tests with various configurations:
44

5-
TEST_COMMAND="cargo test --all --all-features --all-targets"
5+
TEST_COMMAND="cargo test --all --all-features --all-targets $*"
66

77
# Common variables:
88
export DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"

0 commit comments

Comments
 (0)