We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1229b commit 9779396Copy full SHA for 9779396
.github/workflows/compat_tests.yaml.yml
@@ -42,5 +42,7 @@ jobs:
42
43
- run: ${{ matrix.actions.run }}
44
45
- # run all tests
+ - run: vendor/bin/phpunit tests/PHPStan
46
+ - run: vendor/bin/phpunit tests/Rector
47
+
48
- run: vendor/bin/phpunit
0 commit comments