diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea58db8..9d72f5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,4 +32,4 @@ jobs: env: DB_CONNECTION: sqlite DB_DATABASE: database/database.sqlite - run: php artisan test + run: php artisan test --parallel --processes=4 --recreate-databases diff --git a/composer.json b/composer.json index d9a1fc0..c080002 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "spatie/laravel-permission": "^6.9" }, "require-dev": { + "brianium/paratest": "^7.4", "fakerphp/faker": "^1.23", "laravel/pint": "^1.13", "laravel/sail": "^1.26", diff --git a/composer.lock b/composer.lock index 10f27cd..0c8af6e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8bcbd567d4967f0071b43da763f9cfe9", + "content-hash": "6e6f7f02b20e4df834761bdbe741b39d", "packages": [ { "name": "anourvalar/eloquent-serialize",