mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-22 17:26:34 +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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue