From 2bfda9151faebb7c0a3c0da3151fd8cae229e254 Mon Sep 17 00:00:00 2001 From: CeciliaZ030 Date: Wed, 13 Mar 2024 04:37:23 +0000 Subject: [PATCH] Test zeth-lib --- .github/workflows/ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c4fc2d56..4921c2c46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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