Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac committed Dec 8, 2024
1 parent 5542583 commit b8e0a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
- uses: risc0/risc0/.github/actions/rustup@main
- uses: risc0/risc0/.github/actions/sccache@main
- uses: ./.github/actions/risczero
with:
version: ${{ env.RISC0_VERSION }}
toolchain-version: ${{ env.RISC0_TOOLCHAIN_VERSION }}
- run: cargo test --all-targets -p zeth-testeth -F debug-guest-build,ef-tests
- run: cargo test --all-targets -p zeth-testeth -F ef-tests

clippy:
name: cargo clippy
Expand Down

0 comments on commit b8e0a00

Please sign in to comment.