mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: reduce parallelism for test-go-pg on macOS (#16116)
We're seeing test-go-pg flakes on macOS in CI. We've had the same problem on Windows, and reducing test parallelism in https://github.com/coder/coder/pull/16090 seemed to help. This PR makes the same change on macOS.
This commit is contained in:
@@ -453,7 +453,8 @@ jobs:
|
||||
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
|
||||
else
|
||||
go run scripts/embedded-pg/main.go
|
||||
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 ./...
|
||||
# Reduce test parallelism, like for Windows above.
|
||||
DB=ci gotestsum --format standard-quiet -- -v -short -count=1 -parallel 4 -p 4 ./...
|
||||
fi
|
||||
|
||||
- name: Upload test stats to Datadog
|
||||
|
||||
Reference in New Issue
Block a user