0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-23 07:55:29 +01:00
This commit is contained in:
silverwind 2026-02-20 04:25:07 +01:00
parent 6b5fa8407d
commit 564b9f0aff
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -535,7 +535,7 @@ playwright: deps-frontend
.PHONY: test-e2e
test-e2e: playwright
CGO_ENABLED=1 $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TEST_TAGS)' -ldflags '-s -w $(EXTLDFLAGS) $(LDFLAGS)' -o gitea-e2e
@CGO_ENABLED=1 $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TEST_TAGS)' -ldflags '-s -w $(EXTLDFLAGS) $(LDFLAGS)' -o gitea-e2e
@EXECUTABLE=gitea-e2e ./tools/test-e2e.sh $(GITEA_TEST_E2E_FLAGS)
.PHONY: bench-sqlite