mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
xtask: For now test on ARM
This commit is contained in:
parent
8661ca2f4b
commit
8653823258
2 changed files with 3 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue