Add feature to xtask test for rtic-time

This commit is contained in:
datdenkikniet 2023-04-10 10:57:22 +02:00
parent 452bad69b4
commit 25c2c59a42

View file

@ -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,
}, },
} }