Skip to content

Commit

Permalink
Add race detection flag when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed May 1, 2022
1 parent 8a32563 commit 8bf8b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3

- name: Run tests
run: go test -v -covermode=count
run: go test -v -race -covermode=atomic

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bf8b40

Please sign in to comment.