We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145fd7a commit 3a0d368Copy full SHA for 3a0d368
1 file changed
scripts/ci.sh
@@ -18,7 +18,7 @@ kyx composer-require-checker check
18
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
+kyx test
22
kyx infection "-j$(nproc)"
23
24
popd >/dev/null
0 commit comments