Skip to content

Commit 6dedc14

Browse files
committed
Update Makefile accordingly
1 parent 3430d3a commit 6dedc14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ lint:
6666
fi
6767
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
6868

69-
.PHONY: integration-test
70-
integration-test: TAGS=bindata sqlite
71-
integration-test: build
72-
go test code.gitea.io/gitea/tests/integration
69+
.PHONY: integrations
70+
integrations: TAGS=bindata sqlite
71+
integrations: build
72+
go test code.gitea.io/gitea/integrations
7373

7474
.PHONY: test
7575
test:

0 commit comments

Comments
 (0)