Skip to content

Commit ee261b4

Browse files
committed
ci: Make check run on examples too
1 parent 7568897 commit ee261b4

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
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions-rs/cargo@v1
5050
with:
5151
command: check
52-
args: --features=${{ matrix.mcu }},${{ matrix.features }}
52+
args: --features=${{ matrix.mcu }},${{ matrix.features }} --examples
5353

5454
clippy:
5555
name: Clippy

0 commit comments

Comments
 (0)