From b9b17a21969a3aa24a522a1e0d057996a8c8bded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 29 Jan 2024 23:21:20 +0100 Subject: [PATCH] Actually check the lib in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b21c4b41..f17f8628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: arch: ${{ matrix.platform.arch }} target: ${{ matrix.platform.target }} - - run: cargo check --lib --no-default-features ${{ matrix.platform.features }} + - run: cargo check -p espflash --lib --no-default-features ${{ matrix.platform.features }} msrv: name: Check MSRV (${{ matrix.platform.target }})