Add parallel testing to GitHub action phpunit

This commit is contained in:
Constantin Graf
2024-09-18 22:03:37 +02:00
parent 48f09421d0
commit 96acd4b962

View File

@@ -60,7 +60,7 @@ jobs:
php artisan passport:keys
- name: "Run PHPUnit"
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
- name: "Upload coverage reports to Codecov"
uses: codecov/codecov-action@v5.4.2