try serial execution

This commit is contained in:
Petar Radovic 2026-03-19 16:00:58 +01:00
parent ae153f9619
commit 0613ca58a8

View File

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