Skip to content

Commit 9e122c6

Browse files
authored
Merge branch 'main' into feature_B64_EMBED_IMAGES
2 parents 8f40b9f + 95efc7b commit 9e122c6

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 ?=
7777
ifeq ($(RACE_ENABLED),true)
7878
GOFLAGS += -race
7979
GOTESTFLAGS += -race

0 commit comments

Comments
 (0)