mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-06 23:33: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
|
- name: Install active toolchain
|
||||||
run: rustup install
|
run: rustup install
|
||||||
|
|
||||||
|
- name: Install nextest
|
||||||
|
run: cargo install cargo-nextest
|
||||||
|
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
env:
|
env:
|
||||||
RISC0_DEV_MODE: "1"
|
RISC0_DEV_MODE: "1"
|
||||||
run: cargo test --workspace
|
run: cargo nextest run --no-fail-fast
|
||||||
|
|
||||||
- name: Test valid proof
|
- name: Test valid proof
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user