Skip to content

Commit b78ae8e

Browse files
committed
Set testing to special value to get ignored tests.
1 parent 4df5eb9 commit b78ae8e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,9 @@ jobs:
128128

129129
- name: CMake Workflow
130130
uses: alandefreitas/cpp-actions/cmake-workflow@master
131-
env:
132-
CTEST_NO_TESTS_ACTION: ignore
133131
with:
134132
source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }}
135-
run-tests: true
133+
run-tests: ignore
136134
install: true
137135
cmake-version: ">=3.31"
138136
generator: ${{ matrix.generator }}

0 commit comments

Comments
 (0)