Skip to content

Commit

Permalink
add cargo risczero test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtny1 committed Oct 2, 2023
1 parent bef476b commit 9736448
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/curve25519-dalek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,14 @@ jobs:
- run: cargo build --no-default-features --features serde
# Also make sure the AVX2 build works
- run: cargo build --target x86_64-unknown-linux-gnu

risczero-test:
name: Risc Zero Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: risc0/risc0/.github/actions/rustup@main
with:
toolchain: nightly-2023-03-06
- run: cargo install cargo-risczero --git https://github.com/risc0/risc0 --features experimental
- run: cargo risczero test -- --release --all-features

0 comments on commit 9736448

Please sign in to comment.