Skip to content

Commit 29b7e2d

Browse files
pdobaczchfast
authored andcommitted
ci: enable a subset of pectra-devnet-5 tests
1 parent 774cfbb commit 29b7e2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

circle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,13 @@ jobs:
378378
- run:
379379
name: "Execution spec tests (develop, blockchain_tests)"
380380
# Tests for in-development EVM revision currently passing.
381-
# TODO: Just a single example that happens to work.
382381
working_directory: ~/spec-tests/fixtures/blockchain_tests
383382
command: >
384383
~/build/bin/evmone-blockchaintest
385-
prague/eip2537_bls_12_381_precompiles/bls12_precompiles_before_fork
384+
--gtest_filter='-*block_hashes.block_hashes_history'
385+
prague/eip2537_bls_12_381_precompiles
386+
prague/eip2935_historical_block_hashes_from_state
387+
prague/eip6110_deposits
386388
- collect_coverage_gcc
387389
- upload_coverage:
388390
flags: execution_spec_tests

0 commit comments

Comments
 (0)