Quick & dirty test execution #16

This commit is contained in:
momo5502
2024-10-25 17:40:53 +02:00
parent 9091131a96
commit d29e4a811f
3 changed files with 9 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ jobs:
- name: CMake Build
run: cmake --workflow --preset=${{matrix.preset}}
- name: CMake Test
run: cd build/${{matrix.preset}} && ctest --verbose
#- name: Upload Artifacts
# uses: actions/upload-artifact@v4
# with: