Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fa3ea6

Browse files
committed
reduce test parallelism on windows
1 parent d9741b8 commit 3fa3ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
# C: drive is extremely slow: https://github.com/actions/runner-images/issues/8755
446446
mkdir -p "R:/temp/embedded-pg"
447447
go run scripts/embedded-pg/main.go -path "R:/temp/embedded-pg"
448-
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 ./...
448+
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
449449
else
450450
go run scripts/embedded-pg/main.go
451451
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 ./...

0 commit comments

Comments
 (0)