diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs index 77f8b34ba..217042237 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -987,7 +987,7 @@ async fn test_command( include: Option<Vec<String>>, no_run: bool, doc: bool, - fail_fast: bool, + fail_fast: Option<usize>, quiet: bool, allow_none: bool, filter: Option<String>, |