diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 2dc92778..d2724d62 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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