Skip to content

Commit 4396e95

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 4396e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
- uses: Swatinem/rust-cache@v2
1616
- run: cargo test
1717
- 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

Comments
 (0)