mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
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
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:
parent
551ac65b84
commit
68b478d6b2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user