Skip to content

Commit

Permalink
fix: ci workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Sep 16, 2023
1 parent 81e88f5 commit f04d9e9
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
name: Test Suite Matrix
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -55,7 +55,7 @@ jobs:
args: ${{ matrix.features }}

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

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

0 comments on commit f04d9e9

Please sign in to comment.