File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6464 curl -LsSf https://astral.sh/uv/install.sh | sh
6565 git clone https://github.com/${{ env.EEST_USER }}/execution-spec-tests -b ${{ env.EEST_BRANCH }} --depth 1
6666 cd execution-spec-tests
67- uv sync
6867 if [ "${{ matrix.test-type }}" == "genesis" ]; then
6968 uv run fill --evm-bin="${{ github.workspace }}/bin/evm" --fork Verkle --output=../fixtures-${{ matrix.test-type }} -v -m blockchain_test -n auto
7069 else
@@ -107,6 +106,5 @@ jobs:
107106 curl -LsSf https://astral.sh/uv/install.sh | sh
108107 git clone https://github.com/${{ env.EEST_USER }}/execution-spec-tests -b ${{ env.EEST_BRANCH }}
109108 cd execution-spec-tests
110- uv sync
111- uv run consume direct --input=../fixtures-${{ matrix.test-type }} -n auto
109+ uv run consume direct --evm-bin="${{ github.workspace }}/bin/evm" --input=../fixtures-${{ matrix.test-type }} -n auto
112110 shell : bash
Original file line number Diff line number Diff line change 7474 curl -LsSf https://astral.sh/uv/install.sh | sh
7575 git clone https://github.com/ethereum/execution-spec-tests -b ${{ env.FIXTURES_TAG }} --depth 1
7676 cd execution-spec-tests
77- uv sync
7877 uv run consume direct --evm-bin="${{ github.workspace }}/bin/evm" --input=../fixtures -n auto
7978 shell : bash
You can’t perform that action at this time.
0 commit comments