mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Add feature to xtask test for rtic-time
This commit is contained in:
parent
452bad69b4
commit
25c2c59a42
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ impl TestMetadata {
|
||||||
},
|
},
|
||||||
Package::RticTime => CargoCommand::Test {
|
Package::RticTime => CargoCommand::Test {
|
||||||
package: Some(package),
|
package: Some(package),
|
||||||
features: None,
|
features: Some("critical-section/std".into()),
|
||||||
test: None,
|
test: None,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue