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 009069c commit 654285aCopy full SHA for 654285a
.github/workflows/ci.yaml
@@ -453,7 +453,8 @@ jobs:
453
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
454
else
455
go run scripts/embedded-pg/main.go
456
- DB=ci gotestsum --format standard-quiet -- -v -short -count=1 ./...
+ # Reduce test parallelism, like for Windows above.
457
+ DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
458
fi
459
460
- name: Upload test stats to Datadog
0 commit comments