Skip to content

Commit 0e656d1

Browse files
committed
allow override of GOTESTFLAGS
1 parent 3e03d0b commit 0e656d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ EXTRA_GOFLAGS ?=
7373
MAKE_VERSION := $(shell "$(MAKE)" -v | cat | head -n 1)
7474
MAKE_EVIDENCE_DIR := .make_evidence
7575

76-
GOTESTFLAGS := -vet=off
76+
GOTESTFLAGS ?= -vet=off
7777
ifeq ($(RACE_ENABLED),true)
7878
GOFLAGS += -race
7979
GOTESTFLAGS += -race

0 commit comments

Comments
 (0)