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