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 3e03d0b commit 0e656d1Copy full SHA for 0e656d1
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 ?= -vet=off
77
ifeq ($(RACE_ENABLED),true)
78
GOFLAGS += -race
79
GOTESTFLAGS += -race
0 commit comments