From e32561e135dfc59719511328759c63a8caf87bd3 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:53:04 +0100 Subject: [PATCH] ci: Use ipsilon fork for EOF validation tests --- circle.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index ac80e9f331..cbfa41aa3a 100644 --- a/circle.yml +++ b/circle.yml @@ -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 @@ -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