Skip to content

Commit 2bc1ed6

Browse files
committed
Adding configuration param to windows ctest.
1 parent fe0d1ba commit 2bc1ed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232

3333
- name: Build all applications
3434
run: cmake --build ${{github.workspace}}/build
35+
36+
- name: Run tests
37+
run: ctest -C Release --test-dir ${{github.workspace}}/build/tests

0 commit comments

Comments
 (0)