From 8a440709bf8957c7cfa6850c11fae0e7d122f1ef Mon Sep 17 00:00:00 2001 From: Tei Roberts Date: Sat, 16 Sep 2023 20:20:11 +0200 Subject: [PATCH] chore: revert distinctive CI names due to branch protection rules The new names, such as `Test Platform Matrix` which do make it easier to see which jobs failed, rather than msrv, test, and miri all being called `Test Suite`, the in-place branch protection rules wait forever until the now non-existent `Test Suite` passes --- .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 64be914..3986e28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: args: ${{ matrix.features }} test-msrv: - name: Test MSRV + name: Test Suite runs-on: ubuntu-latest strategy: matrix: @@ -76,7 +76,7 @@ jobs: command: test test-os: - name: Test Platform Matrix + name: Test Suite runs-on: ${{ matrix.os }} strategy: matrix: