Skip to content

Commit

Permalink
ci: Upgrade ethereum/tests to v14.1
Browse files Browse the repository at this point in the history
EOF tests have been updated so no failures are expected.
  • Loading branch information
chfast committed Sep 1, 2024
1 parent 6caebac commit 2b7410d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ jobs:
steps:
- build
- download_execution_tests:
commit: fd26aad70e24f042fcd135b2f0338b1c6bf1a324
rev: v14.1
- run:
name: "State tests"
working_directory: ~/build
Expand All @@ -417,12 +417,10 @@ jobs:
command: |
bin/evmone-statetest ~/tests/EIPTests/StateTests/stEOF
- run:
name: "EOF validation tests (+exclusion list)"
name: "EOF validation tests"
working_directory: ~/build
# TODO: The outdated tests are excluded.
command: >
bin/evmone-eoftest ~/tests/EOFTests
--gtest_filter=-efValidation.EOF1_embedded_container_:efValidation.EOF1_section_order_
- run:
name: "Blockchain tests (GeneralStateTests)"
working_directory: ~/build
Expand Down Expand Up @@ -460,7 +458,7 @@ jobs:
command: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
- build
- download_execution_tests:
rev: v14.0
rev: v14.1
legacy: false
- run:
name: "State tests"
Expand Down

0 comments on commit 2b7410d

Please sign in to comment.