Skip to content

Commit c2476da

Browse files
committed
Fix ci script
1 parent 0d6cde7 commit c2476da

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

scripts/ci.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +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=$(nproc)"
23-
24-
# clear logs
25-
rm -r "${PROJECT_DIRECTORY}/tests/app/var/log" || true
22+
kyx infection "-j$(nproc)"
2623

2724
popd >/dev/null

0 commit comments

Comments
 (0)