Skip to content

Commit 37ae733

Browse files
committed
Fixed Coverage CI
1 parent 554ac34 commit 37ae733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cmake -S . -B build -DENABLE_COVERAGE=ON
2222

2323
- name: Build
24-
run: cmake --build build --config Debug -- -j
24+
run: cmake --build build --config Debug
2525

2626
- name: Run tests
2727
run: ctest --output-on-failure --test-dir build

0 commit comments

Comments
 (0)