mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 11:51:13 +00:00
feat: use nextest in CI
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user