Skip to content

Commit c994260

Browse files
committed
Add parallel testing to GitHub action phpunit
1 parent 0ee0175 commit c994260

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
@@ -60,7 +60,7 @@ jobs:
6060
php artisan passport:keys
6161
6262
- name: "Run PHPUnit"
63-
run: php artisan test --stop-on-failure --coverage-text --coverage-clover=coverage.xml
63+
run: php artisan test --parallel --stop-on-failure --coverage-text --coverage-clover=coverage.xml
6464

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

0 commit comments

Comments
 (0)