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.
1 parent b410dc5 commit 03f1c43Copy full SHA for 03f1c43
hack/make/go.mk
@@ -66,7 +66,7 @@ test: GO_BUILDTAGS+=${GO_BUILDTAGS_STATIC}
66
test: GO_FLAGS+=-installsuffix ${GO_INSTALLSUFFIX_STATIC}
67
test: ## Runs package test including race condition.
68
$(call target)
69
- @GO111MODULE=on $(GO_TEST) -v -race $(strip $(GO_FLAGS)) -run=$(GO_TEST_FUNC) $(GO_TEST_PKGS)
+ @GO111MODULE=on $(GO_TEST) -v -race -count 1 $(strip $(GO_FLAGS)) -run=$(GO_TEST_FUNC) $(GO_TEST_PKGS)
70
71
.PHONY: bench
72
bench: GO_LDFLAGS=${GO_LDFLAGS_STATIC}
0 commit comments