add coverage
This commit is contained in:
@@ -24,3 +24,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: cmake --build build --config Release -j "$(nproc)"
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user