From b78ae8e44c7fd61277c0a0c9908e74eff0c1abe2 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 9 Apr 2025 21:23:50 -0500 Subject: [PATCH] Set testing to special value to get ignored tests. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58ca7a2..efed6b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,11 +128,9 @@ jobs: - name: CMake Workflow uses: alandefreitas/cpp-actions/cmake-workflow@master - env: - CTEST_NO_TESTS_ACTION: ignore with: source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }} - run-tests: true + run-tests: ignore install: true cmake-version: ">=3.31" generator: ${{ matrix.generator }}