We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268c129 commit 0a834d2Copy full SHA for 0a834d2
1 file changed
.github/workflows/build.yml
@@ -17,3 +17,5 @@ jobs:
17
run: cmake .
18
- name: Build
19
run: cmake --build .
20
+ - name: Run all the tests
21
+ run: ctest
0 commit comments