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 ad705ae commit c42cca5Copy full SHA for c42cca5
.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: swift test --no-parallel --filter HTTPClientTests
41
42
releasebuildcheck:
43
name: Release Build Check
0 commit comments