Compare commits

...

2 Commits

Author SHA1 Message Date
Ahmed Darrazi
c92df337a9 chore: run only FK pgsql test 2026-02-15 14:50:24 +01:00
Ahmed Darrazi
1b43f1753e chore: constrain pgsql test runner 2026-02-15 14:49:58 +01:00
2 changed files with 4 additions and 6 deletions

View File

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

View File

@ -5,11 +5,8 @@
colors="true" colors="true"
> >
<testsuites> <testsuites>
<testsuite name="Unit"> <testsuite name="Pgsql">
<directory>tests/Unit</directory> <file>tests/Feature/WorkspaceIsolation/WorkspaceIdForeignKeyConstraintTest.php</file>
</testsuite>
<testsuite name="Feature">
<directory>tests/Feature</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>