Skip to content

Commit b717876

Browse files
committed
ci: fix not running tests
1 parent 6b47aae commit b717876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@check:composer",
5454
"@check:cs",
5555
"@check:types",
56+
"@check:tests",
5657
"@check:dependencies",
5758
"@check:collisions"
5859
],
@@ -63,6 +64,7 @@
6364
],
6465
"check:cs": "phpcs",
6566
"check:dependencies": "composer-dependency-analyser",
67+
"check:tests": "phpunit -vvv tests",
6668
"check:types": "phpstan analyse -vv --ansi",
6769
"fix:cs": "phpcbf"
6870
}

0 commit comments

Comments
 (0)