Skip to content

Commit 3a0d368

Browse files
committed
Replace phpunit command with kyx test
1 parent 145fd7a commit 3a0d368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kyx composer-require-checker check
1818
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
21-
vendor/bin/phpunit
21+
kyx test
2222
kyx infection "-j$(nproc)"
2323

2424
popd >/dev/null

0 commit comments

Comments
 (0)