mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-29 22:10:50 +00:00
remove missing moniker from job names
This commit is contained in:
parent
6944c0d3f0
commit
876e466f1d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
run: cargo hack test --lib --all-features
|
||||
|
||||
stable:
|
||||
name: "Tests / Stable / OS: ${{ matrix.os }}"
|
||||
name: "Tests / Stable"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
run: cargo test --all-features
|
||||
|
||||
msrv:
|
||||
name: "Tests / MSRV / OS: ${{ matrix.os }}"
|
||||
name: "Tests / MSRV"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
|
Loading…
x
Reference in New Issue
Block a user