Skip to content

Commit

Permalink
ci: Use ipsilon fork for EOF validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz committed Oct 28, 2024
1 parent c8fb16a commit e32561e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,6 @@ jobs:
~/tests/GeneralStateTests
~/tests/LegacyTests/Cancun/GeneralStateTests
~/tests/LegacyTests/Constantinople/GeneralStateTests
- run:
name: "EOF validation tests"
working_directory: ~/build
command: >
bin/evmone-eoftest ~/tests/EOFTests
- run:
name: "Blockchain tests (GeneralStateTests)"
working_directory: ~/build
Expand All @@ -455,6 +450,14 @@ jobs:
bin/evmone-blockchaintest
--gtest_filter='*:-*StateTests/stEIP2537.*'
~/tests/EIPTests/BlockchainTests/
- download_execution_tests:
repo: "ipsilon/tests"
rev: "eof-osaka-20241028"
- run:
name: "EOF validation tests"
working_directory: ~/build
command: >
bin/evmone-eoftest ~/tests/EOFTests
- collect_coverage_gcc
- upload_coverage:
flags: ethereum_tests
Expand Down

0 comments on commit e32561e

Please sign in to comment.