We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6cde7 commit c2476daCopy full SHA for c2476da
1 file changed
scripts/ci.sh
@@ -19,9 +19,6 @@ kyx composer-unused
19
FORCED_PHP_VERSION=8.3 kyx php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose
20
kyx phpstan analyse --memory-limit=512M --ansi --no-progress --error-format=table
21
vendor/bin/phpunit
22
-kyx infection "--threads=$(nproc)"
23
-
24
-# clear logs
25
-rm -r "${PROJECT_DIRECTORY}/tests/app/var/log" || true
+kyx infection "-j$(nproc)"
26
27
popd >/dev/null
0 commit comments