Skip to content

Commit

Permalink
ga: use proper ctest argument
Browse files Browse the repository at this point in the history
-V instead of -v

Closes #441.
  • Loading branch information
0-wiz-0 committed Jul 17, 2024
1 parent aa90b70 commit f8872eb
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 @@ -62,4 +62,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 f8872eb

Please sign in to comment.