Skip to content

Commit

Permalink
chore(ci): verbose build of test/bin deps
Browse files Browse the repository at this point in the history
this aims to help with debugging CI failure in
ipfs/boxo#693
  • Loading branch information
lidel committed Oct 21, 2024
1 parent 550f464 commit 1cb1537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TGTS_$(d) :=
define go-build-testdep
OUT="$(CURDIR)/$@" ; \
cd "test/dependencies" ; \
$(GOCC) build $(go-flags-with-tags) -o "$${OUT}" "$<"
$(GOCC) build -v $(go-flags-with-tags) -o "$${OUT}" "$<" 2>&1
endef

.PHONY: github.com/ipfs/kubo/test/dependencies/pollEndpoint
Expand Down

0 comments on commit 1cb1537

Please sign in to comment.