Skip to content

Commit ee8ab59

Browse files
committed
Optimize infection command to utilize available CPU threads
1 parent b131fdd commit ee8ab59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ kyx composer-unused
1919
FORCED_PHP_VERSION=8.3 kyx php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose
2020
kyx phpstan analyse --memory-limit=512M --ansi --no-progress --error-format=table
2121
vendor/bin/phpunit
22-
kyx infection --threads=4
22+
kyx infection "-j$(nproc)"
2323

2424
popd >/dev/null

0 commit comments

Comments
 (0)