Update bors toml

This commit is contained in:
Clémentine Urquizar 2022-04-26 17:36:04 +02:00
parent 7cb7643565
commit ec89030483
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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