Skip to content

Commit dd2cfd0

Browse files
committed
WIP
1 parent 04fce69 commit dd2cfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ test-postgres: test-clean test-postgres-docker
472472
# The postgres test is prone to failure, so we limit parallelism for
473473
# more consistent execution.
474474
DB=ci DB_FROM=$(shell go run scripts/migrate-ci/main.go) gotestsum \
475-
--junitfile="gotests.xml" \
475+
--junitfile="gotests.xml" \
476476
--jsonfile="gotestsum.json" \
477477
--packages="./..." -- \
478478
-covermode=atomic -coverprofile="gotests.coverage" -timeout=20m \

0 commit comments

Comments
 (0)