Pass --all to cargo check

This will be useful once we have examples, which I'm working on in
another PR.
This commit is contained in:
Jennifer Wilcox 2021-04-24 14:36:39 -05:00
parent 3c528c6a93
commit 5dfa550663

View file

@ -10,6 +10,6 @@ jobs:
with:
toolchain: stable
target: thumbv6m-none-eabi
- run: "cargo check"
- run: "cargo check --all"
- run: "cargo fmt -- --check"
- run: "cargo clippy -- -Dwarnings"