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 04fce69 commit dd2cfd0Copy full SHA for dd2cfd0
Makefile
@@ -472,7 +472,7 @@ test-postgres: test-clean test-postgres-docker
472
# The postgres test is prone to failure, so we limit parallelism for
473
# more consistent execution.
474
DB=ci DB_FROM=$(shell go run scripts/migrate-ci/main.go) gotestsum \
475
- --junitfile="gotests.xml" \
+ --junitfile="gotests.xml" \
476
--jsonfile="gotestsum.json" \
477
--packages="./..." -- \
478
-covermode=atomic -coverprofile="gotests.coverage" -timeout=20m \
0 commit comments