ignore testing hello_world if building test_c and test_cpp

This commit is contained in:
Alfi Maulana 2023-01-22 12:53:38 +07:00
parent c04ca4c05a
commit c2bf81f4d3
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -55,7 +55,7 @@ jobs:
c-flags: ${{ matrix.compiler == 'msvc' && '/w /WX-' || '-Wno-unused-variable' }}
cxx-flags: ${{ matrix.compiler == 'msvc' && '/w /WX-' || '-Wno-unused-variable' }}
args: -D CHECK_SURPASS_WARNING=ON
test-args: -C test
test-args: -C test -E hello_world
specified-compiler-usage:
runs-on: ${{ matrix.os }}-latest
@ -76,7 +76,7 @@ jobs:
c-compiler: clang
cxx-compiler: clang++
args: -D CHECK_USING_CLANG=ON
test-args: -C test
test-args: -C test -E hello_world
specified-generator-usage:
runs-on: ${{ matrix.os }}-latest