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 9039599 commit 755c1b2Copy full SHA for 755c1b2
1 file changed
.github/workflows/CI.yaml
@@ -82,7 +82,7 @@ jobs:
82
fi
83
84
- name: "PHPUnit: tests"
85
- run: vendor/bin/phpunit --testsuite=unit
+ run: vendor/bin/phpunit --no-coverage --testsuite=unit
86
87
integration-tests:
88
name: "Integration Tests (PHP ${{ matrix.php-version }} ${{ matrix.dependencies }})"
0 commit comments