From c9be41e03e389fc8917cea7be7b72a3766dcb023 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:13:55 +0100 Subject: [PATCH] ci: enable a subset of pectra-devnet-5 tests --- circle.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 49b43d24a0..dcd07a0144 100644 --- a/circle.yml +++ b/circle.yml @@ -378,11 +378,13 @@ jobs: - run: name: "Execution spec tests (develop, blockchain_tests)" # Tests for in-development EVM revision currently passing. - # TODO: Just a single example that happens to work. working_directory: ~/spec-tests/fixtures/blockchain_tests command: > ~/build/bin/evmone-blockchaintest - prague/eip2537_bls_12_381_precompiles/bls12_precompiles_before_fork + --gtest_filter='-*/block_hashes.block_hashes_history' + prague/eip2537_bls_12_381_precompiles + prague/eip2935_historical_block_hashes_from_state + prague/eip6110_deposits - collect_coverage_gcc - upload_coverage: flags: execution_spec_tests