Skip to content

Commit

Permalink
ci: Upgrade ethereum/tests to v13.3
Browse files Browse the repository at this point in the history
Also disable EIP tests for EIP-2537 because this is not implemented.
  • Loading branch information
chfast committed May 6, 2024
1 parent a3bdff7 commit de11a0e
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 @@ -403,9 +403,7 @@ jobs:
steps:
- build
- download_execution_tests:
# v13.2 + fix
rev: develop
commit: 52ddcbcef0d58ec7de6b768b564725391a30b934
rev: v13.3
- run:
name: "State tests"
working_directory: ~/build
Expand All @@ -432,7 +430,7 @@ jobs:
working_directory: ~/build
command: >
bin/evmone-blockchaintest
--gtest_filter='-*StateTests/stEOF/*.*'
--gtest_filter='-*StateTests/stEOF/*.*:*StateTests/stEIP2537.*'
~/tests/EIPTests/BlockchainTests/
- download_execution_tests:
repo: ipsilon/tests
Expand Down Expand Up @@ -463,7 +461,7 @@ jobs:
command: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
- build
- download_execution_tests:
rev: v12.4
rev: v13.3
- run:
name: "State tests"
working_directory: ~/build
Expand Down

0 comments on commit de11a0e

Please sign in to comment.