chore(ci): adjust verbosity
Marcin Rataj committed
Oct 21, 2024 at 20:19 UTC
68b478d6b237109f0a745214ff1eaed13041b56e
1 file changed
+1
-1
test/bin/Rules.mk
+1
-1
@@ -5,7 +5,7 @@ TGTS_$(d) :=
5
define go-build-testdep
6
OUT="$(CURDIR)/$@" ; \
7
cd "test/dependencies" ; \
8
- $(GOCC) build -v $(go-flags-with-tags) -o "$${OUT}" "$<" 2>&1
8
+ $(GOCC) build $(go-flags-with-tags) -o "$${OUT}" "$<" 2>&1
9
endef
10
11
.PHONY: github.com/ipfs/kubo/test/dependencies/pollEndpoint