chore: constrain pgsql test runner
This commit is contained in:
parent
72eb582613
commit
1b43f1753e
@ -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": [
|
||||||
|
|||||||
@ -5,12 +5,9 @@
|
|||||||
colors="true"
|
colors="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Unit">
|
<testsuite name="Pgsql">
|
||||||
<directory>tests/Unit</directory>
|
<directory>tests/Feature/WorkspaceIsolation</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="Feature">
|
|
||||||
<directory>tests/Feature</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<source>
|
<source>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user