Skip to content

Commit 564ec8f

Browse files
authored
chore(merge): merge #38 into main
2 parents ad51967 + c9b83df commit 564ec8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# test the library.
102102
- name: Test
103103
if: steps.changes.outputs.src == 'true'
104-
run: swift test --parallel --enable-test-discovery --enable-code-coverage
104+
run: swift test --enable-test-discovery --enable-code-coverage
105105
# check for coverage.
106106
- name: Coverage (Export)
107107
if: steps.changes.outputs.src == 'true'

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# test the library.
4949
- name: Test
5050
if: steps.changes.outputs.src == 'true'
51-
run: swift test --parallel --enable-test-discovery --enable-code-coverage
51+
run: swift test --enable-test-discovery --enable-code-coverage
5252
# check for coverage.
5353
- name: Coverage (Export)
5454
if: steps.changes.outputs.src == 'true'

0 commit comments

Comments
 (0)