We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f8b166 + a2853f8 commit 95b47e0Copy full SHA for 95b47e0
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