Skip to content

Commit

Permalink
Add parallel testing to GitHub action phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Sep 18, 2024
1 parent d5b35ef commit 50d76bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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/[email protected]
Expand Down

0 comments on commit 50d76bf

Please sign in to comment.