Testing examples in CI

This commit is contained in:
Robin Müller 2021-11-08 11:26:43 +01:00
parent cedff3b26a
commit 811cc4d022
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