We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dedc14 commit e4ad394Copy full SHA for e4ad394
Makefile
@@ -14,7 +14,7 @@ JAVASCRIPTS :=
14
LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)"
15
16
TARGETS ?= linux/*,darwin/*,windows/*
17
-PACKAGES ?= $(filter-out code.gitea.io/gitea/tests,$(shell go list ./... | grep -v /vendor/))
+PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations,$(shell go list ./... | grep -v /vendor/))
18
SOURCES ?= $(shell find . -name "*.go" -type f)
19
20
TAGS ?=
0 commit comments