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 d5b35ef commit 50d76bfCopy full SHA for 50d76bf
.github/workflows/phpunit.yml
@@ -52,7 +52,7 @@ jobs:
52
php artisan passport:keys
53
54
- name: "Run PHPUnit"
55
- 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
56
57
- name: "Upload coverage reports to Codecov"
58
uses: codecov/codecov-action@v4.5.0
0 commit comments