Skip to content

Commit 7bfdac8

Browse files
committed
check if the verifier program matches a build of the current revision
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 75b1815 commit 7bfdac8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions-rust-lang/setup-rust-toolchain@v1
1515
- uses: Swatinem/rust-cache@v2
16-
- run: cargo test
17-
- run: cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
16+
- run: cargo test --locked
17+
- 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

Comments
 (0)