Skip to content

Commit a655290

Browse files
committed
release-tools: update
Commit summary: 76c97d4 Squashed 'release-tools/' changes from 988496a1..227577e0 Signed-off-by: Terry Howe <[email protected]>
2 parents 7e7fea2 + 76c97d4 commit a655290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-tools/build.make

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ IMAGE_NAME=$(REGISTRY_NAME)/$*
6262

6363
ifdef V
6464
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
65-
TESTARGS = -v -args -alsologtostderr -v 5
65+
TESTARGS = -race -v -args -alsologtostderr -v 5
6666
else
67-
TESTARGS =
67+
TESTARGS = -race
6868
endif
6969

7070
# Specific packages can be excluded from each of the tests below by setting the *_FILTER_CMD variables

0 commit comments

Comments
 (0)