Skip to content

Commit f5b70a2

Browse files
committed
more fixes
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 1b2b9ad commit f5b70a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/spec-tests-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

.github/workflows/stable-spec-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ jobs:
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

0 commit comments

Comments
 (0)