Skip to content

Commit fdb8259

Browse files
committed
Enable parallel testing
1 parent 16fe5e5 commit fdb8259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
- name: Test
209209
run: |
210210
set -o pipefail
211-
swift test $SWIFT_ARGUMENTS --verbose 2>&1 | tee -a .build/ci-logs/${LOG_NAME}-test.log | xcbeautify $XCBEAUTIFY_ARGS
211+
swift test $SWIFT_ARGUMENTS --parallel --verbose 2>&1 | tee -a .build/ci-logs/${LOG_NAME}-test.log | xcbeautify $XCBEAUTIFY_ARGS
212212
- name: Upload Logs
213213
if: failure()
214214
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)