cli options for max and min tick + adjust github action to run with faster clock so no timeouts happen

This commit is contained in:
pedrocarlo
2025-07-10 15:08:27 -03:00
parent 46a7d20c12
commit 0ab2f2b951
5 changed files with 38 additions and 11 deletions

View File

@@ -75,7 +75,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 1000 loop -n 10 -s
run: ./scripts/run-sim --maximum-tests 1000 --min-tick 10 --max-tick 50 loop -n 10 -s
test-limbo:
runs-on: blacksmith-4vcpu-ubuntu-2404