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.
main
2 parents ad51967 + c9b83df commit 564ec8fCopy full SHA for 564ec8f
2 files changed
.github/workflows/pull_request.yml
@@ -101,7 +101,7 @@ jobs:
101
# test the library.
102
- name: Test
103
if: steps.changes.outputs.src == 'true'
104
- run: swift test --parallel --enable-test-discovery --enable-code-coverage
+ run: swift test --enable-test-discovery --enable-code-coverage
105
# check for coverage.
106
- name: Coverage (Export)
107
.github/workflows/push.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments