We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a747fee + a86ed72 commit 43d1b77Copy full SHA for 43d1b77
.github/workflows/ci.yaml
@@ -135,7 +135,7 @@ jobs:
135
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
136
137
- name: Run tests with PHPUnit
138
- run: php ./phpunit --testsuite unit
+ run: php ./phpunit --testsuite unit --order-by depends,random
139
140
end-to-end-tests:
141
name: End-to-End Tests
@@ -182,7 +182,7 @@ jobs:
182
183
184
185
- run: php ./phpunit --testsuite end-to-end
+ run: php ./phpunit --testsuite end-to-end --order-by depends,random
186
187
code-coverage:
188
name: Code Coverage
0 commit comments