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

@ -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(),