Skip to content

Commit 33ea848

Browse files
tottotoseanmonstar
authored andcommitted
chore(ci): check msrv
1 parent c1fcfb1 commit 33ea848

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
- name: Run tests
3333
run: cargo test --workspace
3434

35+
msrv:
36+
needs: [style]
37+
runs-on: ubuntu-latest
38+
steps:
39+
- uses: actions/checkout@v4
40+
- uses: taiki-e/install-action@cargo-hack
41+
- run: cargo hack --rust-version --no-dev-deps check
42+
3543
minimal-versions:
3644
needs: [style]
3745
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)