Edit github action file

This commit is contained in:
Daniel Chappuis 2021-10-31 22:34:41 +01:00
parent 266ac6a33f
commit a5e5d0c9fd

View File

@ -280,7 +280,7 @@ jobs:
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
- name: Run Hello World (Linux / MacOS / Windows MinGW)
if: ${{ !startsWith(matrix.config.name, 'Windows / MSVC') }}
if: ${{ !startsWith(matrix.config.name, 'Windows / MSVC') }} && ${{ !matrix.config.coverage }}
shell: bash
run: "./build_hello_world/helloworld"