Skip to content

Commit

Permalink
use race flag in expensive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr authored Nov 14, 2024
1 parent 1e3c572 commit 1bec94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
go-version-file: go.mod
- name: Test
run: go test -count=1000 -shuffle=on -failfast ./...
run: go test -count=100 -race -shuffle=on -failfast ./...

0 comments on commit 1bec94e

Please sign in to comment.