Skip to content

Commit a81ef4c

Browse files
committed
Rename 'integration-test' to 'e2e-test' for saving keystrokes
1 parent 83a4697 commit a81ef4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ 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
69+
.PHONY: e2e-test
70+
e2e-test: TAGS=bindata sqlite
71+
e2e-test: build
7272
go test code.gitea.io/gitea/tests
7373

7474
.PHONY: test

0 commit comments

Comments
 (0)