mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update bors toml
This commit is contained in:
parent
7cb7643565
commit
ec89030483
2 changed files with 4 additions and 4 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -12,7 +12,7 @@ env:
|
|||
|
||||
jobs:
|
||||
tests:
|
||||
name: Tests on ${{ matrix.os }} with ${{ matrix.rust }}
|
||||
name: Tests on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
status = [
|
||||
'Tests on ubuntu-18.04 with stable',
|
||||
'Tests on macos-latest with stable',
|
||||
'Tests on windows-latest with stable',
|
||||
'Tests on ubuntu-18.04',
|
||||
'Tests on macos-latest',
|
||||
'Tests on windows-latest',
|
||||
'Run Rustfmt',
|
||||
]
|
||||
# 3 hours timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue