Skip to content

Commit f214577

Browse files
committed
Always generate tests
1 parent c196260 commit f214577

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/actions/cmake/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ runs:
6464
-DCMAKE_TOOLCHAIN_FILE:FILEPATH=build/generators/conan_toolchain.cmake \
6565
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \
6666
"${SANITIZER_OPTION}" \
67+
-Dtests=ON \
6768
-Dintegration_tests="${INTEGRATION_TESTS}" \
6869
-Dbenchmark="${BENCHMARK}" \
6970
-Dcoverage="${COVERAGE}" \

.github/actions/conan/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ inputs:
1717
description: Build type for third-party libraries and clio. Could be 'Release', 'Debug'
1818
required: true
1919
default: "Release"
20-
build_benchmark:
21-
description: Whether to build benchmark tests
22-
required: true
23-
default: "true"
2420

2521
runs:
2622
using: composite
@@ -33,7 +29,6 @@ runs:
3329
shell: bash
3430
env:
3531
CONAN_BUILD_OPTION: "${{ inputs.force_conan_source_build == 'true' && '*' || 'missing' }}"
36-
BUILD_BENCHMARK: "${{ inputs.build_benchmark == 'true' && 'True' || 'False' }}"
3732
run: |
3833
conan \
3934
install . \

0 commit comments

Comments
 (0)