Skip to content

Commit

Permalink
Add -race to Go test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Mar 6, 2024
1 parent 04f9983 commit e88b77e
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 @@ -141,7 +141,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 e88b77e

Please sign in to comment.