Skip to content

Commit 1b85ab9

Browse files
dlipovetskyjimmidyson
authored andcommitted
test: Check for data races in go tests
1 parent c6141f4 commit 1b85ab9

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)