Set testing to special value to get ignored tests.

This commit is contained in:
Rene Rivera
2025-04-09 21:23:50 -05:00
parent 4df5eb93a3
commit b78ae8e44c

View File

@ -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 }}