mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
fix cargo flaky
This commit is contained in:
parent
839b05c43d
commit
9dd01ff44b
10
.github/workflows/flaky.yml
vendored
10
.github/workflows/flaky.yml
vendored
@ -22,5 +22,11 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
- name: Install cargo-flaky
|
- name: Install cargo-flaky
|
||||||
run: cargo install cargo-flaky
|
run: cargo install cargo-flaky
|
||||||
- name: Run cargo flaky 100 times
|
- name: Run cargo flaky in the dumps
|
||||||
run: cargo flaky -i 100 --release
|
run: cd dump; cargo flaky -i 100 --release
|
||||||
|
- name: Run cargo flaky in the index-scheduler
|
||||||
|
run: cd index-scheduler; cargo flaky -i 100 --release
|
||||||
|
- name: Run cargo flaky in the auth
|
||||||
|
run: cd meilisearch-auth; cargo flaky -i 100 --release
|
||||||
|
- name: Run cargo flaky in meilisearch
|
||||||
|
run: cd meilisearch; cargo flaky -i 100 --release
|
||||||
|
Loading…
Reference in New Issue
Block a user