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:
Jennifer Wilcox 2021-04-24 18:46:07 -05:00
parent 5dfa550663
commit cc1a1bee2c

View file

@ -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"