File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ jobs:
76
76
# C: drive is extremely slow: https://github.com/actions/runner-images/issues/8755
77
77
mkdir -p "R:/temp/embedded-pg"
78
78
go run scripts/embedded-pg/main.go -path "R:/temp/embedded-pg"
79
- # Reduce test parallelism, mirroring what we do for race tests.
80
- # We'd been encountering issues with timing related flakes, and
81
- # this seems to help.
82
79
else
83
80
go run scripts/embedded-pg/main.go
84
81
fi
85
82
83
+ # Reduce test parallelism, mirroring what we do for race tests.
84
+ # We'd been encountering issues with timing related flakes, and
85
+ # this seems to help.
86
86
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
87
87
88
88
- name : Upload test stats to Datadog
You can’t perform that action at this time.
0 commit comments