Skip to content

Commit 0009a2d

Browse files
authored
ci: Rename MSRV job to avoid churn (#442)
1 parent e4a2f9b commit 0009a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
command: test
9595
args: --workspace --all-features
9696

97-
fast-MSRV:
97+
MSRV:
9898
strategy:
9999
fail-fast: false
100100
matrix:
101101
os: [ubuntu-latest, macos-latest, windows-latest]
102102
rust: [1.54.0]
103103

104-
name: Check / Test MSRV ${{ matrix.rust }} on ${{ matrix.os }}
104+
name: Check / Test MSRV on ${{ matrix.os }}
105105
runs-on: ${{ matrix.os }}
106106

107107
env:

0 commit comments

Comments
 (0)