From c2bf81f4d36809faf45315e434c747ba07070b98 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 22 Jan 2023 12:53:38 +0700 Subject: [PATCH] ignore testing `hello_world` if building `test_c` and `test_cpp` --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e468e23..5583744 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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