Skip to content

Commit

Permalink
build: don't run the integration tests w/ -race
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jan 26, 2022
1 parent eede197 commit 0bd47bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -79,7 +79,7 @@ check: unit

unit:
@$(call print, "Running unit tests.")
$(GOTEST) ./... -test.timeout=20m
$(GOTEST_DEV) ./... -test.timeout=20m
cd btcec; $(GOTEST_DEV) ./... -test.timeout=20m
cd btcutil; $(GOTEST_DEV) ./... -test.timeout=20m
cd btcutil/psbt; $(GOTEST_DEV) ./... -test.timeout=20m
Expand Down

0 comments on commit 0bd47bf

Please sign in to comment.