Skip to content

Commit

Permalink
Adding configuration param to windows ctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-smcmillan committed Dec 14, 2024
1 parent fe0d1ba commit 2bc1ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:

- name: Build all applications
run: cmake --build ${{github.workspace}}/build

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

0 comments on commit 2bc1ed6

Please sign in to comment.