diff --git a/Makefile b/Makefile index 39ed7e6f3d7..c8d1a503b40 100644 --- a/Makefile +++ b/Makefile @@ -63,10 +63,8 @@ install-tools: crypto/relic/build check-go-version .PHONY: unittest unittest: - # test some packages with Relic library and data race detection enabled - GO111MODULE=on go test -coverprofile=$(COVER_PROFILE) -covermode=atomic $(if $(JSON_OUTPUT),-json,) -race --tags relic ./access/... ./consensus/... ./model/... ./state/... ./storage/... ./utils/... # test all packages with Relic library enabled - GO111MODULE=on go test -coverprofile=$(COVER_PROFILE) -covermode=atomic $(if $(JSON_OUTPUT),-json,) --tags relic ./cmd... ./engine/... ./fvm/... ./ledger/... ./module/... ./network/... + GO111MODULE=on go test -coverprofile=$(COVER_PROFILE) -covermode=atomic $(if $(JSON_OUTPUT),-json,) --tags relic ./... $(MAKE) -C crypto test $(MAKE) -C integration test