Testing examples in CI
This commit is contained in:
parent
cedff3b26a
commit
811cc4d022
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -19,6 +19,11 @@ jobs:
|
||||
use-cross: true
|
||||
command: check
|
||||
args: --target thumbv6m-none-eabi
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
use-cross: true
|
||||
command: check
|
||||
args: --examples --target thumbv6m-none-eabi
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
|
Reference in New Issue
Block a user