add a CI job to verify msrv is still correct
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -38,3 +38,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --verbose --all --no-default-features --features num
|
args: --verbose --all --no-default-features --features num
|
||||||
|
msrv:
|
||||||
|
steps:
|
||||||
|
- name: Checkout sources
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Install cargo-msrv
|
||||||
|
uses: baptiste0928/cargo-install@v1.1.0
|
||||||
|
with:
|
||||||
|
crate: cargo-msrv
|
||||||
|
- name: Verify MSRV
|
||||||
|
run: cargo msrv --verify
|
||||||
|
|||||||
Reference in New Issue
Block a user