Tell ctest to ignore not having tests.

This commit is contained in:
Rene Rivera
2025-04-09 20:31:48 -05:00
parent 28277d9854
commit acbd163624

View File

@ -25,7 +25,6 @@ jobs:
extra-values: |
boost-lib: static_assert
scan-dirs: test
have-cmake-tests: false
compilers: |
gcc >= 4.8
clang >= 3.5
@ -129,8 +128,10 @@ jobs:
- name: CMake Workflow
uses: alandefreitas/cpp-actions/cmake-workflow@master
env:
CTEST_NO_TESTS_ACTION: ignore
with:
run-tests: ${{ matrix.have-cmake-tests }}
run-tests: true
install: true
cmake-version: ">=3.31"
generator: ${{ matrix.generator }}