ci: run tests in parallel (#2515)

This commit is contained in:
Alexis Saettler
2019-03-12 23:13:16 +01:00
committed by GitHub
parent 9855544c3e
commit ecc1e2cb33
14 changed files with 57 additions and 72 deletions
+4 -10
View File
@@ -9,20 +9,14 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Api Tests">
<testsuite name="Api-and-Feature">
<directory suffix="Test.php">./tests/Api</directory>
</testsuite>
<testsuite name="Commands Tests">
<directory suffix="Test.php">./tests/Commands</directory>
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Feature Tests">
<directory suffix="Test.php">./tests/Feature</directory>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
</testsuites>
<filter>