Skip to content

Commit 6ca0fa8

Browse files
committed
ci: re-add parallel flag
1 parent 3cedd8b commit 6ca0fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --no-interaction
8282
8383
- name: Run test suite
84-
run: vendor/bin/pest --shard=${{ matrix.shard }}/4 --coverage-clover ./coverage.xml
84+
run: vendor/bin/pest --shard=${{ matrix.shard }}/4 --parallel --coverage-clover ./coverage.xml
8585

8686
- name: Upload coverage reports to Codecov
8787
# Make sure the Codecov action is only executed once

0 commit comments

Comments
 (0)