From 482a6e46ecb9f328992c664dc40ccb5f772bc3a5 Mon Sep 17 00:00:00 2001 From: Sympatron GmbH <35803463+Sympatron@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:10:30 +0100 Subject: [PATCH] Run CI job to ensure no-std compatibility --- .github/workflows/build-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 0dc0f0d..a850820 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -25,7 +25,11 @@ jobs: with: toolchain: stable components: rustfmt, clippy - - run: cargo check + target: thumbv6m-none-eabi + - name: Cargo check + run: cargo check + - name: Cargo check no-std + run: cargo check --package libosdp --target thumbv6m-none-eabi --no-default-features test: runs-on: ubuntu-latest steps: