mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Add cargo test
to CI run and fix an error found by it
Besides the normal usage of unit-tests this also ensures that example in doc-comments do at least compile.
This commit is contained in:
parent
ca8273b2c5
commit
39f02c4a44
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -25,3 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: -- -Dwarnings
|
args: -- -Dwarnings
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test
|
||||||
|
args: --target x86_64-unknown-linux-gnu
|
||||||
|
|
Loading…
Reference in a new issue