mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-29 12:17:39 +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
|
||||
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 }}
|
||||
|
Reference in New Issue
Block a user