Skip to content

Commit

Permalink
remove icicle from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-a16z committed Dec 16, 2024
1 parent f65a0c7 commit 146b4b8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
with:
command: clippy
args: --all
- name: cargo clippy icicle
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all --features icicle

machete:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,23 +77,6 @@ jobs:
- name: Run jolt-core tests
run: cargo nextest run --release -p jolt-core

test-icicle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Cache Jolt RISC-V Rust toolchain
uses: actions/cache@v4
with:
key: jolt-rust-toolchain-${{hashFiles('guest-toolchain-tag')}}
path: ~/.jolt
- name: Install Jolt RISC-V Rust toolchain
run: cargo run install-toolchain
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Run jolt-core tests
run: cargo nextest run --release -p jolt-core --features icicle

on-chain:
name: Onchain Verifier Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 146b4b8

Please sign in to comment.