We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0d1ba commit 2bc1ed6Copy full SHA for 2bc1ed6
.github/workflows/windows.yml
@@ -32,3 +32,6 @@ jobs:
32
33
- name: Build all applications
34
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