Merge pull request #9 from robamu-org/mueller/test-examples-ci
Build examples in CI
This commit is contained in:
commit
541524c59b
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -19,6 +19,11 @@ jobs:
|
|||||||
use-cross: true
|
use-cross: true
|
||||||
command: check
|
command: check
|
||||||
args: --target thumbv6m-none-eabi
|
args: --target thumbv6m-none-eabi
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
use-cross: true
|
||||||
|
command: check
|
||||||
|
args: --examples --target thumbv6m-none-eabi
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
Reference in New Issue
Block a user