Cleanup module test and CI config

This commit is contained in:
Victor Zverovich
2026-04-14 08:57:29 -07:00
parent 8783c3c2d4
commit 382609a920
3 changed files with 8 additions and 90 deletions

View File

@@ -200,6 +200,6 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}/build
run: ctest -C ${{matrix.build_type}} -V
run: ctest -C ${{matrix.build_type}}
env:
CTEST_OUTPUT_ON_FAILURE: True

View File

@@ -53,6 +53,6 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}/build
run: ctest -C ${{matrix.build_type}} -V
run: ctest -C ${{matrix.build_type}}
env:
CTEST_OUTPUT_ON_FAILURE: True