Need to condition cmake tests on having tests.

This commit is contained in:
Rene Rivera
2025-04-09 18:54:18 -05:00
parent 91ddf94f3c
commit 28277d9854

View File

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