mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +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…
Add table
Add a link
Reference in a new issue