Skip to content

Commit 582f6f4

Browse files
committed
fix to use release build for proving
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent fd53538 commit 582f6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions-rust-lang/setup-rust-toolchain@v1
1616
- uses: Swatinem/rust-cache@v2
1717
- run: cargo test
18-
- run: RISC0_DEV_MODE=0 cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
18+
- run: RISC0_DEV_MODE=0 cargo test --manifest-path=./zkvm/risc0/Cargo.toml -r -- --nocapture
1919
- run: cargo fmt --all --check && cargo clippy --locked --tests -- -D warnings
2020
- run: cargo fmt --all --check && cargo clippy --locked --tests -- -D warnings
2121
working-directory: zkvm/risc0

0 commit comments

Comments
 (0)