Skip to content

Commit e361806

Browse files
committed
ci: Use build instead of check
This catches linking errors, which might not be catched otherwise
1 parent fbc7225 commit e361806

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
@@ -45,7 +45,7 @@ jobs:
4545
target: thumbv7em-none-eabihf
4646
override: true
4747
profile: minimal
48-
- run: cargo check --features=${{ matrix.mcu }} --lib --examples
48+
- run: cargo build --features=${{ matrix.mcu }} --lib --examples
4949

5050
# This is our MSRV. However this is only for documentation
5151
# purposes and should be increased if newer features are used.

0 commit comments

Comments
 (0)