Skip to content

Commit a9ad225

Browse files
committed
Reduce # of times tests are run
1 parent ae2d377 commit a9ad225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Tests
3939
run: |
4040
go install github.com/jstemmer/go-junit-report/v2@latest
41-
go test -race -count 3 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
41+
go test -race -count 2 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
4242
4343
4444
- name: Test Summary

0 commit comments

Comments
 (0)