mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
xtask: rtic-monotonics: no tests argument
This commit is contained in:
parent
e7c6bfe208
commit
a5ede5408c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl TestMetadata {
|
||||||
Package::RticMonotonics => CargoCommand::Test {
|
Package::RticMonotonics => CargoCommand::Test {
|
||||||
package: Some(package),
|
package: Some(package),
|
||||||
features: None,
|
features: None,
|
||||||
test: Some("tests".to_owned()),
|
test: None,
|
||||||
},
|
},
|
||||||
Package::RticTime => CargoCommand::Test {
|
Package::RticTime => CargoCommand::Test {
|
||||||
package: Some(package),
|
package: Some(package),
|
||||||
|
|
Loading…
Reference in a new issue