From 811cc4d022ee143df81fb8e3584590b0cc087554 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 8 Nov 2021 11:26:43 +0100 Subject: [PATCH] Testing examples in CI --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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