feat(check): make match tests flag fancier

This commit is contained in:
rvcas
2023-01-10 10:19:13 -05:00
parent 6a95d23811
commit 9002ea263f
3 changed files with 52 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ pub struct Args {
/// Only run tests if their path + name match the given string
#[clap(short, long)]
match_tests: Option<String>,
match_tests: Option<Vec<String>>,
}
pub fn exec(