Skip to content

Commit 386db52

Browse files
authored
ci verify MSRV (#9)
1 parent 74261c0 commit 386db52

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,18 @@ jobs:
108108
run: |
109109
cargo test --no-fail-fast
110110
cargo test --no-fail-fast --no-default-features
111+
112+
msrv:
113+
name: MSRV
114+
runs-on: ubuntu-latest
115+
steps:
116+
- name: Checkout
117+
uses: actions/checkout@v4
118+
- name: Rust cache
119+
uses: Swatinem/rust-cache@v2
120+
- name: Install cargo-msrv
121+
uses: taiki-e/install-action@v2
122+
with:
123+
tool: cargo-msrv
124+
- name: Check MSRV
125+
run: cargo msrv verify

0 commit comments

Comments
 (0)