We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b967f commit c411973Copy full SHA for c411973
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
composer update --prefer-dist --no-interaction
40
41
- name: Run unit tests
42
- run: vendor/bin/phpunit --testsuite=Feature,Unit
+ run: vendor/bin/phpunit --testsuite=Feature,Unit --no-coverage
43
44
integration-tests:
45
runs-on: ubuntu-latest
@@ -75,4 +75,4 @@ jobs:
75
REDIS_INTEGRATION: 1
76
REDIS_HOST: 127.0.0.1
77
REDIS_PORT: 6379
78
- run: vendor/bin/phpunit --testsuite=Integration
+ run: vendor/bin/phpunit --testsuite=Integration --no-coverage
0 commit comments