File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ jobs:
9797 run : cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -j
9898
9999 - name : Test
100- if : matrix.os == 'windows-latest '
100+ if : steps.strings.outputs.enable_coverage == 'OFF '
101101 working-directory : ${{ steps.strings.outputs.build-output-dir }}/tests
102102 run : ctest --build-config ${{ matrix.build_type }} --output-on-failure
103103
104104 - name : Test + Coverage
105- if : matrix.os != 'windows-latest '
105+ if : steps.strings.outputs.enable_coverage == 'ON '
106106 working-directory : ${{ steps.strings.outputs.build-output-dir }}/tests
107107 run : cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -t coverage
You can’t perform that action at this time.
0 commit comments