mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-23 05:00:06 +01:00
Update bors toml
This commit is contained in:
parent
7cb7643565
commit
ec89030483
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -12,7 +12,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
name: Tests on ${{ matrix.os }} with ${{ matrix.rust }}
|
name: Tests on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
status = [
|
status = [
|
||||||
'Tests on ubuntu-18.04 with stable',
|
'Tests on ubuntu-18.04',
|
||||||
'Tests on macos-latest with stable',
|
'Tests on macos-latest',
|
||||||
'Tests on windows-latest with stable',
|
'Tests on windows-latest',
|
||||||
'Run Rustfmt',
|
'Run Rustfmt',
|
||||||
]
|
]
|
||||||
# 3 hours timeout
|
# 3 hours timeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user