Skip to content

Commit

Permalink
TEMP: workaround dir issue in EEST release
Browse files Browse the repository at this point in the history
Do not merge as is
  • Loading branch information
pdobacz committed Jun 20, 2024
1 parent e22b44a commit 7a0ffdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,17 +408,17 @@ jobs:
name: "EOF pre-release execution spec tests (state_tests)"
working_directory: ~/build
command: >
bin/evmone-statetest ~/spec-tests/fixtures/state_tests
bin/evmone-statetest ~/spec-tests/fixtures_eip7692/state_tests
- run:
name: "EOF pre-release execution spec tests (blockchain_tests)"
working_directory: ~/build
command: >
bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests
bin/evmone-blockchaintest ~/spec-tests/fixtures_eip7692/blockchain_tests
- run:
name: "EOF pre-release execution spec tests (eof_tests)"
working_directory: ~/build
command: >
bin/evmone-eoftest ~/spec-tests/fixtures/eof_tests
bin/evmone-eoftest ~/spec-tests/fixtures_eip7692/eof_tests
- collect_coverage_gcc
- upload_coverage:
flags: eof_execution_spec_tests
Expand Down

1 comment on commit 7a0ffdc

@GAEAlimited
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to Tatum Dashboard

Please sign in to comment.