mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34:21 +01:00
reduce the number of simulator runs in the CI
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user