We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5ad07 commit 06a66f8Copy full SHA for 06a66f8
build.make
@@ -62,9 +62,9 @@ IMAGE_NAME=$(REGISTRY_NAME)/$*
62
63
ifdef V
64
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
65
-TESTARGS = -v -args -alsologtostderr -v 5
+TESTARGS = -race -v -args -alsologtostderr -v 5
66
else
67
-TESTARGS =
+TESTARGS = -race
68
endif
69
70
# Specific packages can be excluded from each of the tests below by setting the *_FILTER_CMD variables
0 commit comments