Skip to content

Commit fe3ca23

Browse files
committed
chore: filter out benchmark tests from test-e2e
1 parent 03b9239 commit fe3ca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.just/test.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test-integration:
2525
[group('test')]
2626
test-e2e: build build-da build-evm docker-build-if-local
2727
@echo "--> Running e2e tests"
28-
@cd test/e2e && go test -mod=readonly -failfast -timeout=15m -tags='e2e evm' ./... --binary=../../build/testapp --evm-binary=../../build/evm
28+
@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
2929

3030
# Run integration tests with coverage
3131
[group('test')]

0 commit comments

Comments
 (0)