Skip to content

Commit

Permalink
Test zeth-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Mar 13, 2024
1 parent 7d91950 commit 2bfda91
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
- run: cargo binstall -y --force cargo-risczero
- run: cargo risczero install
- run: cargo build -p risc0-guest
# This test the lib at the same time
- run: cargo test

build-test-sp1:
name: Build and test sp1
Expand All @@ -59,6 +57,19 @@ jobs:
cargo test -p raiko-host --features succinct
shell: bash

test-lib:
name: Test zeth-lib
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-01-25
override: true
- run: cargo test -p zeth-lib --features=taiko,std

clippy:
name: clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2bfda91

Please sign in to comment.