From f98c6456422912e820099cf5a7d091a2de6e358f Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Wed, 31 Dec 2025 13:50:11 +0300 Subject: [PATCH] fix: skip tps_test in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ace2d07..38161a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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