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 48f0942 commit 96acd4bCopy full SHA for 96acd4b
.github/workflows/phpunit.yml
@@ -60,7 +60,7 @@ jobs:
60
php artisan passport:keys
61
62
- name: "Run PHPUnit"
63
- run: php artisan test --stop-on-failure --coverage-text --coverage-clover=coverage.xml
+ run: php artisan test --parallel --stop-on-failure --coverage-text --coverage-clover=coverage.xml
64
65
- name: "Upload coverage reports to Codecov"
66
uses: codecov/[email protected]
0 commit comments