Skip to content

Commit

Permalink
chore: revert distinctive CI names due to branch protection rules
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ten3roberts committed Sep 16, 2023
1 parent 3f529f4 commit 8a44070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
args: ${{ matrix.features }}

test-msrv:
name: Test MSRV
name: Test Suite
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -76,7 +76,7 @@ jobs:
command: test

test-os:
name: Test Platform Matrix
name: Test Suite
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 8a44070

Please sign in to comment.