Make the job name shorter

Signed-off-by: Robert Vojta <rvojta@me.com>
This commit is contained in:
Robert Vojta 2019-10-18 23:09:12 +02:00
parent e4ed8d0ff9
commit 5904a2a106
No known key found for this signature in database
GPG Key ID: 9D3E01ABC4B5802C

View File

@ -12,7 +12,7 @@ on:
jobs: jobs:
test: test:
name: Rust ${{matrix.rust}} on ${{ matrix.os }} name: ${{matrix.rust}} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: