mirror of
https://github.com/pestphp/pest.git
synced 2026-06-09 20:52:18 +02: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