Skip to content

Commit

Permalink
Enable parallel run for rector (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 4, 2022
1 parent d3020e1 commit 9a3ec68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
$containerConfigurator->import(PHPUnitSetList::PHPUNIT_CODE_QUALITY);

$parameters = $containerConfigurator->parameters();
$parameters->set(Option::PARALLEL, true);
$parameters->set(
Option::BOOTSTRAP_FILES,
[
Expand Down

0 comments on commit 9a3ec68

Please sign in to comment.