Skip to content

Commit 918c59f

Browse files
bugadaniSergioGasquez
authored andcommitted
Actually check the lib in CI
1 parent 027e24b commit 918c59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
arch: ${{ matrix.platform.arch }}
8787
target: ${{ matrix.platform.target }}
8888

89-
- run: cargo check --lib --no-default-features ${{ matrix.platform.features }}
89+
- run: cargo check -p espflash --lib --no-default-features ${{ matrix.platform.features }}
9090

9191
msrv:
9292
name: Check MSRV (${{ matrix.platform.target }})

0 commit comments

Comments
 (0)