Skip to content

Commit

Permalink
Add -race to Go test by default (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Stride <[email protected]>
  • Loading branch information
strideynet authored Apr 1, 2024
1 parent 2a8191f commit 8e0ce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ tidy: | go-check

.PHONY: test
test: | go-check
@cd ./v2; $(go_path) go test ./...
@cd ./v2; $(go_path) go test -race ./...

#############################################################################
# Code Generation
Expand Down

0 comments on commit 8e0ce79

Please sign in to comment.