Skip to content

Commit

Permalink
ci: add Shirakami test patterns via test lables
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jan 22, 2024
1 parent 11687ad commit b212046
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-test-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b212046

Please sign in to comment.