Skip to content

Commit

Permalink
ci: Execute EEST for Prague (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored Sep 3, 2024
1 parent 112147e commit 6974fd7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,15 @@ jobs:
working_directory: ~/build
command: >
bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests
- download_execution_spec_tests:
release: [email protected]
fixtures_suffix: pectra-devnet-3
- run:
name: "Execution spec tests (develop, state_tests)"
# Tests for in-development EVM revision currently passing.
working_directory: ~/spec-tests/fixtures/state_tests
command: >
~/build/bin/evmone-statetest prague/eip2537_bls_12_381_precompiles/bls12_precompiles_before_fork
- collect_coverage_gcc
- upload_coverage:
flags: execution_spec_tests
Expand Down

0 comments on commit 6974fd7

Please sign in to comment.