There was an error while loading. Please reload this page.
1 parent 16fe5e5 commit fdb8259Copy full SHA for fdb8259
1 file changed
.github/workflows/tests.yaml
@@ -208,7 +208,7 @@ jobs:
208
- name: Test
209
run: |
210
set -o pipefail
211
- swift test $SWIFT_ARGUMENTS --verbose 2>&1 | tee -a .build/ci-logs/${LOG_NAME}-test.log | xcbeautify $XCBEAUTIFY_ARGS
+ swift test $SWIFT_ARGUMENTS --parallel --verbose 2>&1 | tee -a .build/ci-logs/${LOG_NAME}-test.log | xcbeautify $XCBEAUTIFY_ARGS
212
- name: Upload Logs
213
if: failure()
214
uses: actions/upload-artifact@v4
0 commit comments