mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
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:
parent
3c528c6a93
commit
5dfa550663
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue