mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
Added parallel testing for GitHub actions
This commit is contained in:
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user