8000
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 d9741b8 commit 3fa3ea6Copy full SHA for 3fa3ea6
.github/workflows/ci.yaml
@@ -445,7 +445,7 @@ jobs:
445
# C: drive is extremely slow: https://github.com/actions/runner-images/issues/8755
446
mkdir -p "R:/temp/embedded-pg"
447
go run scripts/embedded-pg/main.go -path "R:/temp/embedded-pg"
448
- DB=ci gotestsum --format standard-quiet -- -v -short -count=1 ./...
+ DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
449
else
450
go run scripts/embedded-pg/main.go
451
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 ./...
0 commit comments