mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 04:37:20 +02:00
Set testing to special value to get ignored tests.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -128,11 +128,9 @@ jobs:
|
|||||||
|
|
||||||
- name: CMake Workflow
|
- name: CMake Workflow
|
||||||
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
||||||
env:
|
|
||||||
CTEST_NO_TESTS_ACTION: ignore
|
|
||||||
with:
|
with:
|
||||||
source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }}
|
source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }}
|
||||||
run-tests: true
|
run-tests: ignore
|
||||||
install: true
|
install: true
|
||||||
cmake-version: ">=3.31"
|
cmake-version: ">=3.31"
|
||||||
generator: ${{ matrix.generator }}
|
generator: ${{ matrix.generator }}
|
||||||
|
Reference in New Issue
Block a user