We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f387899 + 98842e2 commit 3ea4ee4Copy full SHA for 3ea4ee4
release-tools/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