We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e344e1b commit ed0681eCopy full SHA for ed0681e
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: >
55
cmake -B ${{github.workspace}}/build
56
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
57
- -DBUILD_TEST=TRUE
+ -DBUILD_TEST=ON
58
-DENABLE_MYOSTREAM_WATCH=$${{matrix.enable_watch}}
59
-DNEED_VOLATILE=${{matrix.need_volatile}}
60
-DUNIT_TEST_SEPARATE=${{matrix.build_unit_test_separately}}
0 commit comments