mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
cli options for max and min tick + adjust github action to run with faster clock so no timeouts happen
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user