CI update

This commit is contained in:
Robin Müller 2025-02-14 15:58:24 +01:00
parent a058b69169
commit 29b020a6cb
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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