Skip to content

Commit 9b598cd

Browse files
committed
fix(ci): run coverage with one thread
1 parent 80c3258 commit 9b598cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Run tests
6363
working-directory: build
64-
run: ctest -j
64+
run: ctest -j1
6565

6666
- name: Generate coverage report
6767
run: |

0 commit comments

Comments
 (0)