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.
1 parent bf792ff commit a1c8e28Copy full SHA for a1c8e28
.github/workflows/pull_request.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Prepare the action
38
run: ./scripts/prep-gh-action.sh --install-swiftly
39
- name: Build and Test
40
- run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" || "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swift test --skip HTTPClientTests; else swift test; fi'
+ run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" || "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swift test --skip HTTPClientTests --no-parallel; else swift test; fi'
41
42
releasebuildcheck:
43
name: Release Build Check
0 commit comments