Apply suggestions from code review

Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
Alfredo Garcia 2021-02-11 13:33:30 -03:00 committed by Deirdre Connolly
parent 8c48ad6846
commit 33af7130dc
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on: pull_request
jobs:
test:
name: Test on ${{ matrix.os }} with Rust ${{ matrix.rust }}
name: Test (+${{ matrix.rust }}) on ${{ matrix.os }}
# The large timeout is to accommodate Windows builds
timeout-minutes: 45
runs-on: ${{ matrix.os }}
@ -72,7 +72,7 @@ jobs:
run: cargo build --verbose --no-default-features
build:
name: Build on ${{ matrix.os }} with Rust ${{ matrix.rust }}
name: Build (+${{ matrix.rust }}) on ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy: