Makefile: add testing_flags to coverage test

This commit is contained in:
yyforyongyu
2023-03-09 02:40:15 +08:00
parent 098bb36114
commit 941a33af31
2 changed files with 4 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ unit-debug: $(BTCD_BIN)
unit-cover: $(GOACC_BIN)
@$(call print, "Running unit coverage tests.")
$(GOACC_BIN) $(COVER_PKG) -- -tags="$(DEV_TAGS) $(LOG_TAGS)"
$(GOACC)
unit-race:
@$(call print, "Running unit race tests.")