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 b51edea commit 9c807e7Copy full SHA for 9c807e7
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
swift build
27
- name: Run Tests
28
run: |
29
- swift test
+ swift test --no-parallel
30
env:
31
ENABLE_INTEGRATION_TESTS: 1
32
IS_CI: 1
0 commit comments