Merge pull request #9 from robamu-org/mueller/test-examples-ci

Build examples in CI
This commit is contained in:
Robin Mueller 2021-11-08 13:43:16 +01:00 committed by GitHub
commit 541524c59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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