diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d02ed..fbabdb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: targets: "thumbv6m-none-eabi" - run: cargo check --target thumbv6m-none-eabi - run: cargo check --target thumbv6m-none-eabi --examples + - run: cargo check -p va108xx --target thumbv6m-none-eabi --all-features + - run: cargo check -p va108xx-hal --target thumbv6m-none-eabi --featurs "defmt" test: name: Run Tests