We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774cfbb commit 29b7e2dCopy full SHA for 29b7e2d
circle.yml
@@ -378,11 +378,13 @@ jobs:
378
- run:
379
name: "Execution spec tests (develop, blockchain_tests)"
380
# Tests for in-development EVM revision currently passing.
381
- # TODO: Just a single example that happens to work.
382
working_directory: ~/spec-tests/fixtures/blockchain_tests
383
command: >
384
~/build/bin/evmone-blockchaintest
385
- prague/eip2537_bls_12_381_precompiles/bls12_precompiles_before_fork
+ --gtest_filter='-*block_hashes.block_hashes_history'
+ prague/eip2537_bls_12_381_precompiles
386
+ prague/eip2935_historical_block_hashes_from_state
387
+ prague/eip6110_deposits
388
- collect_coverage_gcc
389
- upload_coverage:
390
flags: execution_spec_tests
0 commit comments