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 b5dd86a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: check

test-matrix:
name: Test Suite Matrix
name: Test Suite
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -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 b5dd86a

Please sign in to comment.