We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b1815 commit 4396e95Copy full SHA for 4396e95
.github/workflows/test.yml
@@ -15,3 +15,5 @@ jobs:
15
- uses: Swatinem/rust-cache@v2
16
- run: cargo test
17
- run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
18
+ - run: ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
19
+ - run: git diff --exit-code
0 commit comments