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