mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
feat: use nextest in CI
This commit is contained in:
parent
d6d722c016
commit
9b729d6c3e
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user