Skip to content

Commit

Permalink
build -j
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Jan 30, 2024
1 parent d768e13 commit 8f51f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
-DUSE_CCACHE=${{env.ccache}} -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17
- name: Build with ${{ matrix.compiler }}
run: cmake --build ${{github.workspace}}/build --config Debug
run: cmake --build -j ${{github.workspace}}/build --config Debug

- name: Test
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 8f51f92

Please sign in to comment.