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 a3d2034 commit 8b529fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ env:

jobs:
test:
name: test
name: cargo test
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: risc0/risc0/.github/actions/rustup@main
- uses: risc0/risc0/.github/actions/sccache@main
- uses: ./.github/actions/cargo-risczero-install
- uses: ./.github/actions/risczero
with:
version: ${{ env.RISC0_VERSION }}
toolchain-version: ${{ env.RISC0_TOOLCHAIN_VERSION }}
Expand All @@ -38,7 +38,7 @@ jobs:
- run: cargo test --all-targets -p zeth-core-optimism -p zeth-preflight-optimism -p zeth-optimism -F debug-guest-build

ef-tests:
name: test
name: Ethereum execution tests
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand All @@ -54,7 +54,7 @@ jobs:
- run: cargo test --all-targets -p zeth-testeth -F debug-guest-build,ef-tests

clippy:
name: clippy
name: cargo clippy
runs-on: [self-hosted, prod, "${{ matrix.os }}"]
strategy:
fail-fast: false
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
clippy_flags: -F $FEATURE --workspace --all-targets -- -Dwarnings

fmt:
name: fmt
name: cargo fmt
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down

0 comments on commit 8b529fb

Please sign in to comment.