Skip to content

Commit

Permalink
Adding configuration param to windows ctest: Debug this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-smcmillan committed Dec 14, 2024
1 parent 2bc1ed6 commit e9f6fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: cmake --build ${{github.workspace}}/build

- name: Run tests
run: ctest -C Release --test-dir ${{github.workspace}}/build/tests
run: ctest -C Debug --test-dir ${{github.workspace}}/build/tests

0 comments on commit e9f6fc0

Please sign in to comment.