Added parallel testing for GitHub actions

This commit is contained in:
Constantin Graf
2024-03-21 21:28:28 +01:00
parent 4edfa7e941
commit 06c7314b1f
8 changed files with 123 additions and 5 deletions

View File

@@ -50,5 +50,5 @@ jobs:
php artisan key:generate
php artisan passport:keys
- name: "Run PHPUnit"
run: composer test
- name: "Run PHPUnit in parallel"
run: composer ptest