mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 21:49:35 +00:00
fix: skip tps_test in ci
This commit is contained in:
parent
f9032a676a
commit
4f5c3a831e
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