Skip to content

Commit

Permalink
test: remove all dev targets from msrv check (fixes #277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörn Roth authored and patrickelectric committed Sep 9, 2024
1 parent 8f6fe95 commit 38d94ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
toolchain: ${{ env.MSRV }}
- uses: taiki-e/install-action@cargo-no-dev-deps
- run: cargo no-dev-deps check --all --all-targets ${{ matrix.features }}
- run: cargo no-dev-deps check --all --lib --bins ${{ matrix.features }}

build:
needs: [formatting, linting, internal-tests, mavlink-dump, msrv]
Expand Down

0 comments on commit 38d94ff

Please sign in to comment.