GitHub+make: debug failing test, use official coveralls action

This commit is contained in:
Oliver Gugger
2025-02-18 19:16:10 +01:00
parent 576da75a07
commit 124137e31a
2 changed files with 15 additions and 12 deletions

View File

@@ -246,12 +246,12 @@ unit-debug: $(BTCD_BIN)
$(UNIT_DEBUG)
#? unit-cover: Run unit tests in coverage mode
unit-cover:
unit-cover: $(BTCD_BIN)
@$(call print, "Running unit coverage tests.")
$(UNIT_COVER)
#? unit-race: Run unit tests in race detector mode
unit-race:
unit-race: $(BTCD_BIN)
@$(call print, "Running unit race tests.")
env CGO_ENABLED=1 GORACE="history_size=7 halt_on_errors=1" $(UNIT_RACE)