add coverage

This commit is contained in:
2026-02-01 17:15:17 +01:00
parent dd312b9ec5
commit 03e0ce53d5
3 changed files with 48 additions and 2 deletions

View File

@@ -24,3 +24,8 @@ jobs:
- name: Build
run: cmake --build build --config Release -j "$(nproc)"
- name: Test
run: |
cd build
ctest --output-on-failure