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 b9913d9 commit 95efc7bCopy full SHA for 95efc7b
Makefile
@@ -73,7 +73,7 @@ EXTRA_GOFLAGS ?=
73
MAKE_VERSION := $(shell "$(MAKE)" -v | cat | head -n 1)
74
MAKE_EVIDENCE_DIR := .make_evidence
75
76
-GOTESTFLAGS ?= -vet=off
+GOTESTFLAGS ?=
77
ifeq ($(RACE_ENABLED),true)
78
GOFLAGS += -race
79
GOTESTFLAGS += -race
0 commit comments