Apply suggestions from code review

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
Irevoire 2021-06-10 17:02:06 +02:00 committed by GitHub
parent 7312c13665
commit 41220a7f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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