From b21204658d7825b97d42986802556a122ea888f3 Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Thu, 18 Jan 2024 13:54:28 +0900 Subject: [PATCH] ci: add Shirakami test patterns via test lables --- .github/workflows/ci-test-modules.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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