Skip to content

Commit e8d28ed

Browse files
committed
remove parallel
1 parent 76f0c88 commit e8d28ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: swift-actions/setup-swift@v2
4242
- uses: actions/checkout@v3
4343
- name: Test
44-
run: swift test --parallel --enable-code-coverage
44+
run: swift test --enable-code-coverage
4545
- name: Get test coverage html
4646
run: |
4747
llvm-cov show \

0 commit comments

Comments
 (0)