diff --git a/.github/workflows/ci-test-modules.yml b/.github/workflows/ci-test-modules.yml index 55ff376..908a712 100644 --- a/.github/workflows/ci-test-modules.yml +++ b/.github/workflows/ci-test-modules.yml @@ -389,7 +389,10 @@ jobs: ASAN_OPTIONS: detect_stack_use_after_return=true run: | cd build - ctest --verbose --timeout 200 -j 20 + ctest --verbose --timeout 200 -j 20 -L CC + ctest --verbose --timeout 200 -j 20 -L LOGGING + SHIRAKAMI_ENABLE_WAITING_BYPASS=0 ctest --verbose --timeout 200 -j 20 -L WAITING_BYPASS + SHIRAKAMI_ENABLE_WAITING_BYPASS=1 ctest --verbose --timeout 200 -j 20 -L WAITING_BYPASS - name: Verify uses: project-tsurugi/tsurugi-annotations-action@v1