mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
fix: --retry with parallel
This commit is contained in:
@ -55,6 +55,7 @@ final class Coverage implements AddsOutput, HandlesArguments
|
||||
if ($original === sprintf('--%s', $option)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (Str::startsWith($original, sprintf('--%s=', $option))) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user