Skip to content

ci: Upgrade EEST to v4.2.0 develop #1191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,19 +353,8 @@ jobs:
steps:
- build
- download_execution_spec_tests:
release: v4.1.0
- run:
name: "Execution spec tests (state_tests)"
working_directory: ~/build
command: >
bin/evmone-statetest ~/spec-tests/fixtures/state_tests
- run:
name: "Execution spec tests (blockchain_tests)"
working_directory: ~/build
command: >
bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests
- download_execution_spec_tests:
release: v4.1.0
release: v4.2.0
# develop includes stable
fixtures_suffix: develop
- run:
name: "Execution spec tests (develop, state_tests)"
Expand All @@ -376,6 +365,7 @@ jobs:
- run:
name: "Execution spec tests (develop, blockchain_tests)"
# Tests for in-development EVM revision currently passing.
# - the block_hashes_history test is disable because takes too long.
working_directory: ~/spec-tests/fixtures/blockchain_tests
command: >
~/build/bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests
Expand Down