From 876e466f1db4bf37bf4ee5c67f56752ca720956b Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Sun, 9 Oct 2022 13:42:00 +1000 Subject: [PATCH] remove missing moniker from job names --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12d9787..a6fabeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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