From a073078e19db0d1dc8fc212feee924b5a90c6451 Mon Sep 17 00:00:00 2001 From: alpaylan Date: Sun, 13 Jul 2025 11:04:17 -0400 Subject: [PATCH] reduce the number of simulator runs in the CI --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fa7cd6b0d..88f3df40d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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