Skip to content

Commit

Permalink
ci: Enable race detector
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Apr 5, 2022
1 parent 5f4b54a commit 8dd2e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3

- name: Run unit tests
run: go test -v -json -coverprofile coverage.txt -covermode=atomic ./... > test.json
run: go test -v -race -json -coverprofile coverage.txt -covermode=atomic ./... > test.json

- name: Annotate tests
if: always()
Expand Down

0 comments on commit 8dd2e18

Please sign in to comment.