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 7b686fd commit 33c4d33Copy full SHA for 33c4d33
.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: swift test
+ run: swift test --no-parallel
41
42
releasebuildcheck:
43
name: Release Build Check
0 commit comments