build: don't run the integration tests w/ -race

This commit is contained in:
Olaoluwa Osuntokun 2022-01-11 19:58:44 -08:00
parent eee3c3b337
commit d2960c83cc
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -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