chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.

This commit is contained in:
Luke Downing
2023-02-13 13:11:27 +00:00
parent e22f6e1e4d
commit ec8fb202b3
2 changed files with 10 additions and 7 deletions

View File

@ -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);
}
}