feat: use nextest in CI

This commit is contained in:
Daniil Polyakov 2025-12-17 17:02:00 +03:00
parent d6d722c016
commit 9b729d6c3e

View File

@ -90,10 +90,13 @@ jobs:
- name: Install active toolchain
run: rustup install
- name: Install nextest
run: cargo install cargo-nextest
- name: Unit tests
env:
RISC0_DEV_MODE: "1"
run: cargo test --workspace
run: cargo nextest run --no-fail-fast
- name: Test valid proof
env: