1
1
mirror of https://github.com/go-gitea/gitea synced 2025-03-09 20:24:28 +00:00

Disable vet=off again (#33794)

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

To avoid slowing unit-test down.
This commit is contained in:
silverwind 2025-03-05 10:15:31 +01:00 committed by GitHub
parent b9913d9568
commit 95efc7b35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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