chore(ci): adjust verbosity
Some checks failed
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
CodeQL / codeql (push) Has been cancelled

This commit is contained in:
Marcin Rataj 2024-10-21 20:19:46 +02:00
parent 551ac65b84
commit 68b478d6b2
No known key found for this signature in database
GPG Key ID: 222B6784D5A79E42

View File

@ -5,7 +5,7 @@ TGTS_$(d) :=
define go-build-testdep
OUT="$(CURDIR)/$@" ; \
cd "test/dependencies" ; \
$(GOCC) build -v $(go-flags-with-tags) -o "$${OUT}" "$<" 2>&1
$(GOCC) build $(go-flags-with-tags) -o "$${OUT}" "$<" 2>&1
endef
.PHONY: github.com/ipfs/kubo/test/dependencies/pollEndpoint