aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2025-03-05 10:15:31 +0100
committerGitHub <noreply@github.com>2025-03-05 17:15:31 +0800
commit95efc7b35bcaa3d9d621da0445dcfa86a3c29889 (patch)
tree350fc29f615b1f562caff89fb042c205ec3600ef
parentb9913d95682c26011d62ea0f569aa2575bc0e5ed (diff)
downloadgitea-95efc7b35bcaa3d9d621da0445dcfa86a3c29889.tar.gz
gitea-95efc7b35bcaa3d9d621da0445dcfa86a3c29889.zip
Disable vet=off again (#33794)
Ref: https://github.com/go-gitea/gitea/issues/33792 To avoid slowing unit-test down.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cc9269771..8fc2bc2b0a 100644
--- a/Makefile
+++ b/Makefile
@@ -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