fix: skip tps_test in ci

This commit is contained in:
Daniil Polyakov 2025-12-31 13:50:11 +03:00
parent e7ee114d9f
commit f98c645642

View File

@ -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