Skip to content

Commit 9515007

Browse files
Merge branch 'main' into feat-32257-add-comments-unchanged-lines-and-show
2 parents df2ee8b + 95efc7b commit 9515007

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)