From 28277d9854000ced5152e75a69a3619c7b879b70 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 9 Apr 2025 18:54:18 -0500 Subject: [PATCH] Need to condition cmake tests on having tests. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c256cec..70bf30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}