Skip to content

Commit cb74f1b

Browse files
ethantkoeniglunny
authored andcommitted
Remove stale rule from Makefile (#1782)
1 parent ff96bda commit cb74f1b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ lint:
7373
fi
7474
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
7575

76-
.PHONY: integrations
77-
integrations: TAGS=bindata sqlite
78-
integrations: build
79-
go test code.gitea.io/gitea/integrations
80-
8176
.PHONY: test
8277
test:
8378
go test $(PACKAGES)

0 commit comments

Comments
 (0)