mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-01-31 22:12:10 +00:00
Verify MSRV in CI
This commit is contained in:
parent
4392e1cb5a
commit
26c4bb4d4c
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
@ -39,6 +39,20 @@ jobs:
|
||||
command: test
|
||||
args: --no-default-features
|
||||
|
||||
msrv:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: "1.63.0"
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --lib --all-features
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user