diff --git a/Makefile b/Makefile index 48e7f345282fc1432c157ffe8c080eab588acc7f..273bc26772157d2e357bf173177ab4b01fd2a02a 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,9 @@ ios: @echo "Import \"$(GOBIN)/Geth.framework\" to use the library." test: all - $(GORUN) build/ci.go test + # $(GORUN) build/ci.go test + go test github.com/ethereum/go-ethereum/consensus/bor + go test github.com/ethereum/go-ethereum/tests/bor lint: ## Run linters. $(GORUN) build/ci.go lint