Skip to content

Commit

Permalink
Use non-root test preset.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 25, 2024
1 parent 8ab3a24 commit 19e55d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-with-selfhost/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:

- name: CMake Test (ctest)
if: ${{ inputs.test == 'true' && ! inputs.arch }}
run: ctest --preset ${{ inputs.preset-name }} -C ${{ inputs.build-type }}
run: ctest --preset non-root -C ${{ inputs.build-type }}
shell: bash

- name: CMake Install
Expand Down

0 comments on commit 19e55d1

Please sign in to comment.