Skip to content

Commit

Permalink
Enable race detection in CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet authored Mar 3, 2024
1 parent dbdca4f commit 44802e2
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 44802e2

Please sign in to comment.