Compare commits

..

No commits in common. "c92df337a9bacc84c6e5857f4f7b3392da2eadc1" and "72eb582613db91b934b2bc97bd89cf16fd45f565" have entirely different histories.

2 changed files with 6 additions and 4 deletions

View File

@ -56,7 +56,6 @@
"@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,9 +5,12 @@
colors="true" colors="true"
> >
<testsuites> <testsuites>
<testsuite name="Pgsql"> <testsuite name="Unit">
<file>tests/Feature/WorkspaceIsolation/WorkspaceIdForeignKeyConstraintTest.php</file> <directory>tests/Unit</directory>
</testsuite> </testsuite>
<testsuite name="Feature">
<directory>tests/Feature</directory>
</testsuite>
</testsuites> </testsuites>
<source> <source>