Skip to content

Commit

Permalink
Merge pull request #252 from zmb3/strideynet/race-testing
Browse files Browse the repository at this point in the history
Enable race detection in CI testing
  • Loading branch information
strideynet authored Mar 3, 2024
2 parents dbdca4f + 44802e2 commit 56674cd
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 @@ -13,4 +13,4 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.16.3' # The Go version to download (if necessary) and use.
- run: go test ./...
- run: go test -race ./...

0 comments on commit 56674cd

Please sign in to comment.