diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a9dad0..2266b9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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