Skip to content

Commit

Permalink
Test with -race
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamony committed Oct 31, 2024
1 parent 6c2dc34 commit d4786eb
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 @@ -19,4 +19,4 @@ jobs:
go-version: 1.23

- name: Test
run: find . -name go.mod -execdir go test ./... \;
run: find . -name go.mod -execdir go test -race ./... \;

0 comments on commit d4786eb

Please sign in to comment.