Skip to content

Commit

Permalink
Use faster paratest in complete-check composer script (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 20, 2023
1 parent 8425c90 commit 1184d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@check-cs",
"@phpstan",
"@docs",
"phpunit"
"paratest"
],
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
Expand Down

0 comments on commit 1184d2f

Please sign in to comment.