mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-10 17:26:07 +01:00
build: don't run the integration tests w/ -race
This commit is contained in:
parent
eee3c3b337
commit
d2960c83cc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -79,7 +79,7 @@ check: unit
|
||||||
|
|
||||||
unit:
|
unit:
|
||||||
@$(call print, "Running unit tests.")
|
@$(call print, "Running unit tests.")
|
||||||
$(GOTEST) ./... -test.timeout=20m
|
$(GOTEST_DEV) ./... -test.timeout=20m
|
||||||
cd btcec; $(GOTEST_DEV) ./... -test.timeout=20m
|
cd btcec; $(GOTEST_DEV) ./... -test.timeout=20m
|
||||||
cd btcutil; $(GOTEST_DEV) ./... -test.timeout=20m
|
cd btcutil; $(GOTEST_DEV) ./... -test.timeout=20m
|
||||||
cd btcutil/psbt; $(GOTEST_DEV) ./... -test.timeout=20m
|
cd btcutil/psbt; $(GOTEST_DEV) ./... -test.timeout=20m
|
||||||
|
|
Loading…
Add table
Reference in a new issue