Skip to content

Commit

Permalink
run tests with the '-race' option
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Oct 8, 2023
1 parent 685bded commit 1b43e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: test
run: |
go test -v '-covermode=count' '-coverprofile=coverage.out'
go test -v '-race' '-covermode=atomic' '-coverprofile=coverage.out'
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit 1b43e64

Please sign in to comment.