Skip to content

Commit

Permalink
ga: ctest doesn't know -v, use -V
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Dec 11, 2024
1 parent 9a209ad commit 9b72a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: test
working-directory: ${{runner.workspace}}/build
run: |
ctest --output-on-failure -v -C Release
ctest --output-on-failure -V -C Release

0 comments on commit 9b72a0d

Please sign in to comment.