Skip to content

Commit

Permalink
Fix jest command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin committed Mar 14, 2024
1 parent 1a5c810 commit 47cc5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild/build-test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ nix-shell \
npm run build-duckdb-db
npm run test-silent
export MALLOY_DATABASES=bigquery,postgres
npm run test-silent test/src/databases/bigquery-postgres/multi_connection.spec.ts
npm run test-silent -- -- test/src/databases/bigquery-postgres/multi_connection.spec.ts
NIXCMD
)"

0 comments on commit 47cc5a3

Please sign in to comment.