mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-22 12:53:14 +02:00
fix makefile not passing envvar
This commit is contained in:
parent
85a401fd6d
commit
61dd882049
2
Makefile
2
Makefile
@ -523,7 +523,7 @@ playwright: deps-frontend
|
||||
|
||||
.PHONY: test-e2e
|
||||
test-e2e: $(EXECUTABLE_E2E)
|
||||
@EXECUTABLE=$(EXECUTABLE_E2E) ./tools/test-e2e.sh $(GITEA_TEST_E2E_FLAGS)
|
||||
@CONTAINER_RUNTIME=$(CONTAINER_RUNTIME) EXECUTABLE=$(EXECUTABLE_E2E) ./tools/test-e2e.sh $(GITEA_TEST_E2E_FLAGS)
|
||||
|
||||
.PHONY: bench-sqlite
|
||||
bench-sqlite: integrations.sqlite.test generate-ini-sqlite
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user