We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554ac34 commit 37ae733Copy full SHA for 37ae733
1 file changed
.github/workflows/coverage.yml
@@ -21,7 +21,7 @@ jobs:
21
run: cmake -S . -B build -DENABLE_COVERAGE=ON
22
23
- name: Build
24
- run: cmake --build build --config Debug -- -j
+ run: cmake --build build --config Debug
25
26
- name: Run tests
27
run: ctest --output-on-failure --test-dir build
0 commit comments