MeiliSearch/.github/workflows/flaky.yml
Irevoire efc1225cd8
Update .github/workflows/flaky.yml
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2021-06-10 17:07:23 +02:00

16 lines
320 B
YAML

name: Look for flaky tests
on:
schedule:
- cron: "* */12 * * */5" # every friday at 12PM
jobs:
flaky:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install cargo-flaky
run: cargo install cargo-flaky
- name: Run cargo flaky 1000 times
run: cargo flaky -i 1000