Skip to content

Commit 3eddba2

Browse files
committed
Add parallel testing to GitHub action phpunit
1 parent 27b40d8 commit 3eddba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
php artisan passport:keys
5353
5454
- name: "Run PHPUnit"
55-
run: php artisan test --stop-on-failure --coverage-text --coverage-clover=coverage.xml
55+
run: php artisan test --parallel --stop-on-failure --coverage-text --coverage-clover=coverage.xml
5656

5757
- name: "Upload coverage reports to Codecov"
5858
uses: codecov/[email protected]

0 commit comments

Comments
 (0)