mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-05 23:03:06 +00:00
fix: skip tps_test in ci
This commit is contained in:
parent
e7ee114d9f
commit
f98c645642
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -101,11 +101,11 @@ jobs:
|
|||||||
- name: Install nextest
|
- name: Install nextest
|
||||||
run: cargo install cargo-nextest
|
run: cargo install cargo-nextest
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
RISC0_DEV_MODE: "1"
|
RISC0_DEV_MODE: "1"
|
||||||
RUST_LOG: "info"
|
RUST_LOG: "info"
|
||||||
run: cargo nextest run --no-fail-fast
|
run: cargo nextest run --no-fail-fast -- --skip tps_test
|
||||||
|
|
||||||
valid-proof-test:
|
valid-proof-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user