summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d39e51830d..e4927aa254 100644
--- a/Makefile
+++ b/Makefile
@@ -73,11 +73,6 @@ lint:
fi
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
-.PHONY: integrations
-integrations: TAGS=bindata sqlite
-integrations: build
- go test code.gitea.io/gitea/integrations
-
.PHONY: test
test:
go test $(PACKAGES)