From b717876a7fd65bf8bff13dc7895df8bd7dd6fd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Tvrd=C3=ADk?= Date: Sat, 6 Sep 2025 23:11:42 +0200 Subject: [PATCH] ci: fix not running tests --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 5f73188..0d50377 100644 --- a/composer.json +++ b/composer.json @@ -53,6 +53,7 @@ "@check:composer", "@check:cs", "@check:types", + "@check:tests", "@check:dependencies", "@check:collisions" ], @@ -63,6 +64,7 @@ ], "check:cs": "phpcs", "check:dependencies": "composer-dependency-analyser", + "check:tests": "phpunit -vvv tests", "check:types": "phpstan analyse -vv --ansi", "fix:cs": "phpcbf" }