Make the job name shorter
Signed-off-by: Robert Vojta <rvojta@me.com>
This commit is contained in:
parent
e4ed8d0ff9
commit
5904a2a106
2
.github/workflows/crossterm_test.yml
vendored
2
.github/workflows/crossterm_test.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user