Skip to content

Commit 85cb812

Browse files
committed
Try without parallel
1 parent 00c26ae commit 85cb812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
159159

160160
- name: Run Pest tests
161-
run: ./vendor/bin/pest -v --ci --parallel --bail --colors=always
161+
run: ./vendor/bin/pest -v --ci --bail --colors=always
162162

163163
- name: Upload test results
164164
if: always()

0 commit comments

Comments
 (0)