mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MNT Run ORM tests in parallel to other tests (#10901)
This commit is contained in:
parent
9e5411e905
commit
2a56cc3ea4
@ -8,8 +8,15 @@ Requires PHPUnit ^9
|
||||
<testsuite name="Default">
|
||||
<directory>tests/php</directory>
|
||||
</testsuite>
|
||||
<testsuite name="framework">
|
||||
<!-- Framework ORM tests are split up to run in parallel -->
|
||||
<testsuite name="framework-core">
|
||||
<directory>tests/php</directory>
|
||||
<exclude>
|
||||
<directory>tests/php/ORM</directory>
|
||||
</exclude>
|
||||
</testsuite>
|
||||
<testsuite name="framework-orm">
|
||||
<directory>tests/php/ORM</directory>
|
||||
</testsuite>
|
||||
<testsuite name="cms">
|
||||
<directory>vendor/silverstripe/cms/tests</directory>
|
||||
|
Loading…
Reference in New Issue
Block a user