diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index fb8f3f49..5a665be9 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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