Skip to content

Commit

Permalink
Fix ctest arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rookfighter committed May 17, 2024
1 parent dc1d864 commit c247b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: cmake --build ${{runner.workspace}}/build --config Debug
- name: Test
run: ctest -C Debug ---output-on-failure -test-dir ${{runner.workspace}}/build
run: ctest -C Debug --output-on-failure --test-dir ${{runner.workspace}}/build
- name: Generate Coverage
run: |
lcov --capture --directory ${{runner.workspace}}/build --output-file ${{runner.workspace}}/lcov.info
Expand Down

0 comments on commit c247b16

Please sign in to comment.