From f29abd97a53caeb16383f445c5e4d7713314e332 Mon Sep 17 00:00:00 2001 From: leovct Date: Fri, 19 Jul 2024 11:34:03 +0200 Subject: [PATCH] test: only run against go-evm package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4edd361..65fbfe4 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ lint: tidy vet golangci-lint ## Run linters. .PHONY: test test: ## Run tests. - go test -race -v -coverprofile=coverage.out ./... + go test -race -v -coverprofile=coverage.out go-evm go tool cover -func coverage.out