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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy