diff --git a/Makefile b/Makefile index 5d4a82de83..48de10d1a5 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ios: @echo "Import \"$(GOBIN)/Geth.framework\" to use the library." test: all - build/env.sh go run build/ci.go test + build/env.sh go run build/ci.go test $(testargs) lint: ## Run linters. build/env.sh go run build/ci.go lint