Skip to content

Commit 6f88f82

Browse files
committed
ci: avoid forced macOS test parallelism
1 parent cb9a550 commit 6f88f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Swift Test
4444
timeout-minutes: 25
45-
run: swift test --parallel
45+
run: swift test
4646

4747
build-linux-cli:
4848
timeout-minutes: 20

0 commit comments

Comments
 (0)