reduce the number of simulator runs in the CI

This commit is contained in:
alpaylan
2025-07-13 11:04:17 -04:00
parent d99793ca2f
commit a073078e19

View File

@@ -73,7 +73,7 @@ jobs:
with:
prefix-key: "v1-rust" # can be updated if we need to reset caches due to non-trivial change in the dependencies (for example, custom env var were set for single workspace project)
- name: Install the project
run: ./scripts/run-sim --maximum-tests 2000 loop -n 50 -s
run: ./scripts/run-sim --maximum-tests 2000 loop -n 20 -s
test-limbo:
runs-on: blacksmith-4vcpu-ubuntu-2404