From cebb564679c14edcfaa10dd1bb5487d98a57ed07 Mon Sep 17 00:00:00 2001 From: Joby Thundil Date: Mon, 2 Oct 2023 14:35:47 -0400 Subject: [PATCH] add experimental feature --- .github/workflows/curve25519-dalek.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curve25519-dalek.yml b/.github/workflows/curve25519-dalek.yml index ee7d8fb28..124770ba9 100644 --- a/.github/workflows/curve25519-dalek.yml +++ b/.github/workflows/curve25519-dalek.yml @@ -152,5 +152,5 @@ jobs: with: toolchain: nightly-2023-03-06 - run: git clone https://github.com/risc0/risc0.git - - run: cargo install cargo-risczero --path risc0/risc0/cargo-risczero + - run: cargo install cargo-risczero --path risc0/risc0/cargo-risczero --features experimental - run: cargo risczero test -- --release --all-features