From ddf50376ec743ab3070f39410fa167d1c86a69bf Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 17 Feb 2025 11:17:05 +0100 Subject: [PATCH] CI update --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 768a018..9bc9634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,10 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: "thumbv7em-none-eabihf" - - run: cargo check --target thumbv7em-none-eabihf --release - - run: cargo check --target thumbv7em-none-eabihf --examples --release + - run: cargo check --target thumbv7em-none-eabihf + - run: cargo check --target thumbv7em-none-eabihf --examples + - run: cargo check -p va416xx --target thumbv7em-none-eabihf --all-features + - run: cargo check -p va416xx-hal --target thumbv7em-none-eabihf --examples --features "defmt va41630" test: name: Run Tests -- 2.43.0