mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-23 07:55:29 +01:00
silence
This commit is contained in:
parent
6b5fa8407d
commit
564b9f0aff
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user