Skip to content

Commit

Permalink
Enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas89901 committed Dec 31, 2023
1 parent 060380e commit 80fec60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cmake
--build ${{ github.workspace }}/build
--config ${{ matrix.build_type }}
--parallel
- name: Test
working-directory: ${{ github.workspace }}/build
run: ctest --build-config ${{ matrix.build_type }}
Expand Down

0 comments on commit 80fec60

Please sign in to comment.