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 3fa3ea6 commit 5577757Copy full SHA for 5577757
.github/workflows/ci.yaml
@@ -445,6 +445,9 @@ 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
+ # Reduce test parallelism, mirroring what we do for race tests.
449
+ # We'd been encountering issues with timing related flakes, and
450
+ # this seems to help.
451
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
452
else
453
go run scripts/embedded-pg/main.go
0 commit comments