Add parallel testing to GitHub action phpunit

This commit is contained in:
Constantin Graf
2024-09-18 22:03:37 +02:00
parent c07c62bfab
commit a70c4fe3fb

View File

@@ -65,7 +65,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@v7.0.0