Skip to content
Snippets Groups Projects
Unverified Commit 68b478d6 authored by Marcin Rataj's avatar Marcin Rataj
Browse files

chore(ci): adjust verbosity

parent 551ac65b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ TGTS_$(d) := ...@@ -5,7 +5,7 @@ TGTS_$(d) :=
define go-build-testdep define go-build-testdep
OUT="$(CURDIR)/$@" ; \ OUT="$(CURDIR)/$@" ; \
cd "test/dependencies" ; \ 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 endef
.PHONY: github.com/ipfs/kubo/test/dependencies/pollEndpoint .PHONY: github.com/ipfs/kubo/test/dependencies/pollEndpoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment