(actions) provide YAML_CPP_BUILD_TESTS to ctest

This commit is contained in:
Matthijs van der Burgh 2023-02-02 11:29:27 +01:00
parent 48c6fa566e
commit 535665fe12

View File

@ -40,7 +40,7 @@ jobs:
shell: bash
env:
YAML_CPP_BUILD_TESTS: 'on'
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure -DYAML_CPP_BUILD_TESTS=${{ env.YAML_CPP_BUILD_TESTS }}
bazel-build:
strategy: