mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +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
|
||||
run: cargo install cargo-nextest
|
||||
|
||||
- name: Run unit tests
|
||||
- name: Run tests
|
||||
env:
|
||||
RISC0_DEV_MODE: "1"
|
||||
RUST_LOG: "info"
|
||||
run: cargo nextest run --no-fail-fast
|
||||
run: cargo nextest run --no-fail-fast -- --skip tps_test
|
||||
|
||||
valid-proof-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user