We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae525ca commit 85c9d2dCopy full SHA for 85c9d2d
scripts/test.mk
@@ -24,7 +24,7 @@ test-integration:
24
## test-e2e: Running e2e tests
25
test-e2e: build build-da build-evm docker-build-if-local
26
@echo "--> Running e2e tests"
27
- @cd test/e2e && go test -mod=readonly -failfast -timeout=15m -tags='e2e evm' ./... --binary=../../build/testapp --evm-binary=../../build/evm
+ @cd test/e2e && go test -mod=readonly -failfast -timeout=15m -tags='e2e evm' $$(go list -tags='e2e evm' ./... | grep -v /benchmark) --binary=../../build/testapp --evm-binary=../../build/evm
28
.PHONY: test-e2e
29
30
## test-integration-cover: generate code coverage report for integration tests.
0 commit comments