From 0613ca58a8263ce90126111d468e12834ea06ec2 Mon Sep 17 00:00:00 2001 From: Petar Radovic Date: Thu, 19 Mar 2026 16:00:58 +0100 Subject: [PATCH] try serial execution --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb4cc791..3b6f4bcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: env: RISC0_DEV_MODE: "1" RUST_LOG: "info" - run: cargo nextest run -p integration_tests indexer -- --skip tps_test + run: cargo nextest run -p integration_tests -j 1 indexer -- --skip tps_test valid-proof-test: runs-on: ubuntu-latest