mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
Merge #219
219: Run cargo flaky only 100 times r=irevoire a=irevoire Look like the CI was not able to run cargo flaky 1000 times in 6 hours, so I guess, for now, we can come back to 100 times. https://github.com/meilisearch/transplant/runs/2858159390 Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
commit
50dc2fc7a5
4
.github/workflows/flaky.yml
vendored
4
.github/workflows/flaky.yml
vendored
@ -11,5 +11,5 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install cargo-flaky
|
||||
run: cargo install cargo-flaky
|
||||
- name: Run cargo flaky 1000 times
|
||||
run: cargo flaky -i 1000 --release
|
||||
- name: Run cargo flaky 100 times
|
||||
run: cargo flaky -i 100 --release
|
||||
|
Loading…
Reference in New Issue
Block a user