Skip to content

Commit 54c6b48

Browse files
committed
Run tests only once
1 parent 1381d66 commit 54c6b48

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 2 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
41+
go test -race -count 1 -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)