test geth in depth

This commit is contained in:
Michael Shaw
2022-10-07 16:36:23 -04:00
parent 4e865aa152
commit 6a5abfa254
+1 -1
View File
@@ -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