We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4396e95 commit 7ffc143Copy full SHA for 7ffc143
.github/workflows/test.yml
@@ -15,5 +15,9 @@ jobs:
15
- uses: Swatinem/rust-cache@v2
16
- run: cargo test
17
- run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
18
+ - name: RISC Zero installation
19
+ run: |
20
+ curl -L https://risczero.com/install | bash
21
+ source ~/.bashrc && rzup install cargo-risczero v1.2.2
22
- run: ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
23
- run: git diff --exit-code
0 commit comments