mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Do cargo build instead of cargo check so we test linking
This commit is contained in:
parent
f60828c9a4
commit
20954f2240
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
|
@ -14,11 +14,11 @@ jobs:
|
|||
profile: minimal
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
command: build
|
||||
args: --workspace --examples
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
command: build
|
||||
args: --workspace --examples --features eh1_0_alpha
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue