Give workflow jobs an user-friendly name
This commit is contained in:
parent
5121570add
commit
bf9bda98e8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/oxipng.yml
vendored
4
.github/workflows/oxipng.yml
vendored
|
|
@ -10,6 +10,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
name: CI
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|
||||||
|
|
@ -144,6 +146,8 @@ jobs:
|
||||||
target/${{ env.CARGO_BUILD_TARGET }}/release/oxipng.exe
|
target/${{ env.CARGO_BUILD_TARGET }}/release/oxipng.exe
|
||||||
|
|
||||||
msrv-check:
|
msrv-check:
|
||||||
|
name: MSRV check
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue