Skip to content

Commit ed0681e

Browse files
committed
workflow: use BUILD_TEST=ON not TRUE
1 parent e344e1b commit ed0681e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: >
5555
cmake -B ${{github.workspace}}/build
5656
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
57-
-DBUILD_TEST=TRUE
57+
-DBUILD_TEST=ON
5858
-DENABLE_MYOSTREAM_WATCH=$${{matrix.enable_watch}}
5959
-DNEED_VOLATILE=${{matrix.need_volatile}}
6060
-DUNIT_TEST_SEPARATE=${{matrix.build_unit_test_separately}}

0 commit comments

Comments
 (0)