From 6a5abfa254e508aedc758fdcd8764bd196c63972 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Fri, 7 Oct 2022 16:36:23 -0400 Subject: [PATCH] test geth in depth --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e86ea871..c825fcfc5 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ios: @echo "Import \"$(GOBIN)/Geth.framework\" to use the library." test: all - $(GORUN) build/ci.go test -v github.com/ethereum/go-ethereum + $(GORUN) build/ci.go test -v github.com/ethereum/go-ethereum/... lint: ## Run linters. $(GORUN) build/ci.go lint