mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Also build all examples
My other PR has some examples. It turns out `cargo check --all` doesn't actually check _all_ buildable things :(
This commit is contained in:
parent
5dfa550663
commit
cc1a1bee2c
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: thumbv6m-none-eabi
|
target: thumbv6m-none-eabi
|
||||||
- run: "cargo check --all"
|
- run: "cargo check --all --examples"
|
||||||
- run: "cargo fmt -- --check"
|
- run: "cargo fmt -- --check"
|
||||||
- run: "cargo clippy -- -Dwarnings"
|
- run: "cargo clippy -- -Dwarnings"
|
||||||
|
|
Loading…
Reference in a new issue