chore: constrain pgsql test runner

This commit is contained in:
Ahmed Darrazi 2026-02-15 14:49:58 +01:00
parent 72eb582613
commit 1b43f1753e
2 changed files with 4 additions and 6 deletions

View File

@ -56,6 +56,7 @@
"@php artisan test"
],
"test:pgsql": [
"Composer\\Config::disableProcessTimeout",
"@php vendor/bin/pest -c phpunit.pgsql.xml"
],
"post-autoload-dump": [

View File

@ -5,12 +5,9 @@
colors="true"
>
<testsuites>
<testsuite name="Unit">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory>tests/Feature</directory>
</testsuite>
<testsuite name="Pgsql">
<directory>tests/Feature/WorkspaceIsolation</directory>
</testsuite>
</testsuites>
<source>