Skip to content

Commit acd695c

Browse files
committed
fix: reduce parallelism to 4x2 on go-test-race
1 parent a77c907 commit acd695c

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
@@ -443,7 +443,7 @@ jobs:
443443

444444
- name: Run Tests
445445
run: |
446-
gotestsum --junitfile="gotests.xml" -- -race ./...
446+
gotestsum --junitfile="gotests.xml" -- -race --parallel 4 -p 2 ./...
447447
448448
- name: Upload test stats to Datadog
449449
timeout-minutes: 1

0 commit comments

Comments
 (0)