Skip to content

Commit

Permalink
Add '--parallel 10' option to ctest command.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Dec 20, 2023
1 parent 3574fae commit 051de6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cpp-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ runs:
shell: ${{ inputs.shell }}
- name: Test
working-directory: build/${{ inputs.build_type }}
run: ctest -C ${{ inputs.build_type }} --output-on-failure
run: ctest -C ${{ inputs.build_type }} --output-on-failure --parallel 10
shell: ${{ inputs.shell }}

0 comments on commit 051de6e

Please sign in to comment.