Skip to content

Commit

Permalink
Remove ctest unknown argument
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Jul 17, 2024
1 parent aa90b70 commit 04fdfc5
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 -C Release

0 comments on commit 04fdfc5

Please sign in to comment.