diff --git a/composer.json b/composer.json index 29c045c..e883eae 100644 --- a/composer.json +++ b/composer.json @@ -56,6 +56,7 @@ "@php artisan test" ], "test:pgsql": [ + "Composer\\Config::disableProcessTimeout", "@php vendor/bin/pest -c phpunit.pgsql.xml" ], "post-autoload-dump": [ diff --git a/phpunit.pgsql.xml b/phpunit.pgsql.xml index d5085eb..91c71fd 100644 --- a/phpunit.pgsql.xml +++ b/phpunit.pgsql.xml @@ -5,12 +5,9 @@ colors="true" > - - tests/Unit - - - tests/Feature - + + tests/Feature/WorkspaceIsolation +