Skip to content

Commit 1b43e64

Browse files
committed
run tests with the '-race' option
1 parent 685bded commit 1b43e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: test
9898
run: |
99-
go test -v '-covermode=count' '-coverprofile=coverage.out'
99+
go test -v '-race' '-covermode=atomic' '-coverprofile=coverage.out'
100100
101101
- name: Send coverage
102102
uses: shogo82148/actions-goveralls@v1

0 commit comments

Comments
 (0)