Skip to content

Commit b78f948

Browse files
committed
update MSRV checks to account for features
1 parent df1767d commit b78f948

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/test.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,8 @@ jobs:
5454
- uses: dtolnay/rust-toolchain@master
5555
with:
5656
toolchain: 1.65.0
57-
- uses: actions-rs/cargo@v1
58-
with:
59-
command: install
60-
args: cross --locked
61-
- uses: actions-rs/cargo@v1
62-
with:
63-
use-cross: true
64-
command: check
65-
args: --all --all-targets ${{ matrix.features }}
57+
- uses: taiki-e/install-action@cargo-no-dev-deps
58+
- run: cargo no-dev-deps check --all --all-targets ${{ matrix.features }}
6659

6760
build:
6861
needs: [formatting, linting, internal-tests, mavlink-dump, msrv]

0 commit comments

Comments
 (0)