Skip to content

Commit 30ea590

Browse files
committed
Run tests in parallel
1 parent b10cc86 commit 30ea590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- run:
131131
gotestsum --jsonfile="gotests.json" --packages="./..." --
132132
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
133-
-count=3 -race
133+
-count=3 -race -parallel=2
134134

135135
- uses: codecov/codecov-action@v2
136136
with:

0 commit comments

Comments
 (0)