mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.
This commit is contained in:
@ -26,8 +26,6 @@ final class Retry implements HandlesArguments
|
||||
|
||||
$arguments = $this->pushArgument('--order-by=defects', $arguments);
|
||||
|
||||
$arguments = $this->pushArgument('--stop-on-failure', $arguments);
|
||||
|
||||
return $arguments;
|
||||
return $this->pushArgument('--stop-on-failure', $arguments);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user