Skip to content

Commit

Permalink
Update ctest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Jun 8, 2024
1 parent cf37b7e commit c972658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
run: ctest -verbose -C $BUILD_TYP
run: ctest --verbose -C $BUILD_TYP

- name: Fatal Exit Example Linux/OSX
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit c972658

Please sign in to comment.