Disable vet=off again (#33794)

Ref: https://github.com/go-gitea/gitea/issues/33792

To avoid slowing unit-test down.
pull/32471/head^2
silverwind 1 week ago committed by GitHub
parent b9913d9568
commit 95efc7b35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,7 @@ EXTRA_GOFLAGS ?=
MAKE_VERSION := $(shell "$(MAKE)" -v | cat | head -n 1)
MAKE_EVIDENCE_DIR := .make_evidence
GOTESTFLAGS ?= -vet=off
GOTESTFLAGS ?=
ifeq ($(RACE_ENABLED),true)
GOFLAGS += -race
GOTESTFLAGS += -race

Loading…
Cancel
Save