Skip to content

Commit e4ad394

Browse files
committed
Fix a missing change in Makefile
1 parent 6dedc14 commit e4ad394

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
@@ -14,7 +14,7 @@ JAVASCRIPTS :=
1414
LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)"
1515

1616
TARGETS ?= linux/*,darwin/*,windows/*
17-
PACKAGES ?= $(filter-out code.gitea.io/gitea/tests,$(shell go list ./... | grep -v /vendor/))
17+
PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations,$(shell go list ./... | grep -v /vendor/))
1818
SOURCES ?= $(shell find . -name "*.go" -type f)
1919

2020
TAGS ?=

0 commit comments

Comments
 (0)