Skip to content

Commit cbdf9fe

Browse files
committed
[CHANGE] Run tests in parallel
1 parent 7fcb919 commit cbdf9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: swift build
3838

3939
- name: Tests
40-
run: swift test
40+
run: swift test --parallel
4141

4242
test_linux:
4343
needs: [run_lint, test_macos]
@@ -59,4 +59,4 @@ jobs:
5959
run: swift build
6060

6161
- name: Tests
62-
run: swift test
62+
run: swift test --parallel

0 commit comments

Comments
 (0)