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 988496a + e1ceee2 commit 227577eCopy full SHA for 227577e
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