Skip to content

Commit 98842e2

Browse files
committed
release-tools: update
Commit summary: 72693a2 Squashed 'release-tools/' changes from 988496a1..227577e0 Signed-off-by: Terry Howe <[email protected]>
2 parents f387899 + 72693a2 commit 98842e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-tools/build.make

Lines changed: 2 additions & 2 deletions
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)