File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 - name : Clone execution-spec-tests and fill tests
6363 run : |
6464 curl -LsSf https://astral.sh/uv/install.sh | sh
65- git clone https://github.com/${{ env.EEST_USER }}/execution-spec-tests -b ${{ env.EEST_BRANCH }}
65+ git clone https://github.com/${{ env.EEST_USER }}/execution-spec-tests -b ${{ env.EEST_BRANCH }} --depth 1
6666 cd execution-spec-tests
6767 uv sync
6868 if [ "${{ matrix.test-type }}" == "genesis" ]; then
Original file line number Diff line number Diff line change 7575 git clone https://github.com/ethereum/execution-spec-tests -b ${{ env.FIXTURES_TAG }} --depth 1
7676 cd execution-spec-tests
7777 uv sync
78- uv run consume direct --input=../fixtures -n auto
78+ uv run consume direct --evm-bin="${{ github.workspace }}/bin/evm" -- input=../fixtures -n auto
7979 shell : bash
You can’t perform that action at this time.
0 commit comments