add rust version names to jobs

This commit is contained in:
Alfredo Garcia 2021-02-11 12:12:43 -03:00 committed by Deirdre Connolly
parent 58a73c5626
commit 8c48ad6846
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 }}
name: Test on ${{ matrix.os }} with Rust ${{ matrix.rust }}
# 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 }}
name: Build on ${{ matrix.os }} with Rust ${{ matrix.rust }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy: