mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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: Some(package),
|
||||
features: None,
|
||||
features: Some("critical-section/std".into()),
|
||||
test: None,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue