xtask: For now test on ARM

This commit is contained in:
Henrik Tjäder 2023-02-06 13:48:52 +01:00
parent 8661ca2f4b
commit 8653823258
2 changed files with 3 additions and 2 deletions

View file

@ -122,7 +122,8 @@ jobs:
target:
- thumbv7m-none-eabi
- thumbv6m-none-eabi
- x86_64-unknown-linux-gnu
- thumbv8m.base-none-eabi
- thumbv8m.main-none-eabi
toolchain:
- nightly
steps:

View file

@ -521,7 +521,7 @@ fn package_filter(package: &Package) -> Vec<String> {
// TODO Parse Cargo.toml workspace definition instead?
let packages: Vec<String> = [
"rtic".to_owned(),
"rtic-macros".to_owned(),
"rtic-arbiter".to_owned(),
"rtic-channel".to_owned(),
"rtic-common".to_owned(),
"rtic-macros".to_owned(),