Skip to content

Commit 83dbb72

Browse files
committed
test: Check for data races in go tests
1 parent 47e578a commit 83dbb72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/go.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ define go_test
2626
-covermode=atomic \
2727
-coverprofile=coverage.out \
2828
-short \
29+
-race \
2930
-v \
3031
$(if $(GOTEST_RUN),-run "$(GOTEST_RUN)") \
3132
./... && \

0 commit comments

Comments
 (0)