From 011a9838ac0232337cd6641109ad15f1a9e47ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Roth?= Date: Wed, 4 Sep 2024 14:00:38 +0200 Subject: [PATCH] test: remove all dev targets from msrv check (fixes #277) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60f4ca1f96..d3f2ef49c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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]