mirror of
https://github.com/twofas/2fas-server.git
synced 2024-11-25 03:41:06 +01:00
fix makefile
This commit is contained in:
parent
62ee7fb4c9
commit
a8db609ad0
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ unit-tests-ci: ## run unit tests without e2e-tests directory (multiple times to
|
||||
|
||||
.PHONY: ci-e2e
|
||||
ci-e2e: up
|
||||
go run -v -count=2 ./e2e-tests/scripts/wait-ready/main.go -addr=':80;:8081;:8082'
|
||||
go run ./e2e-tests/scripts/wait-ready/main.go -addr=':80;:8081;:8082'
|
||||
@$(MAKE) tests-e2e
|
||||
|
||||
.PHONY: tests-e2e
|
||||
|
Loading…
Reference in New Issue
Block a user