Skip to content

Commit

Permalink
Actually check the lib in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jan 29, 2024
1 parent 027e24b commit b9b17a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down

0 comments on commit b9b17a2

Please sign in to comment.