diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5692a4..cb0b87d 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