mirror of
https://github.com/instant-labs/instant-xml.git
synced 2025-02-02 16:02:05 +00:00
ci: avoid dev-dependencies in MSRV testing
This commit is contained in:
parent
d217af23b1
commit
16f96d7786
11
.github/workflows/rust.yml
vendored
11
.github/workflows/rust.yml
vendored
@ -14,8 +14,6 @@ jobs:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
rust: beta
|
||||
- os: ubuntu-latest
|
||||
rust: 1.61.0
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@ -31,6 +29,15 @@ jobs:
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0 # https://github.com/rust-lang/rust/issues/101518
|
||||
|
||||
msrv:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: 1.61.0
|
||||
- run: cargo check --all-features --lib
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user