We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd53538 commit 582f6f4Copy full SHA for 582f6f4
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions-rust-lang/setup-rust-toolchain@v1
16
- uses: Swatinem/rust-cache@v2
17
- run: cargo test
18
- - run: RISC0_DEV_MODE=0 cargo test --manifest-path=./zkvm/risc0/Cargo.toml -- --nocapture
+ - run: RISC0_DEV_MODE=0 cargo test --manifest-path=./zkvm/risc0/Cargo.toml -r -- --nocapture
19
- run: cargo fmt --all --check && cargo clippy --locked --tests -- -D warnings
20
21
working-directory: zkvm/risc0
0 commit comments