Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Build in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Jun 3, 2023
1 parent 673cd60 commit adbedec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:

- name: Build
shell: bash
run: cmake --build --preset $PROFILE_CONAN
run: cmake --build --preset $PROFILE_CONAN --parallel

- name: Test
shell: bash
run: ctest --preset $PROFILE_CONAN --output-on-failure
run: ctest --preset $PROFILE_CONAN --output-on-failure --parallel

- name: Upload artifacts
shell: bash
Expand Down

0 comments on commit adbedec

Please sign in to comment.