Skip to content

Commit

Permalink
WIP: for ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Jan 2, 2024
1 parent 12bc0d8 commit 9e0a84c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jobs:
cd build-pwal
ctest --verbose --timeout 200 -j 20
- name: CTest_with_PWAL_without_BYPASS
env:
GTEST_OUTPUT: xml
ASAN_OPTIONS: detect_stack_use_after_return=true
run: |
cd build-pwal
SHIRAKAMI_DISABLE_WAITING_BYPASS=1 ctest --verbose --timeout 200 -j 20
- name: Verify
uses: project-tsurugi/tsurugi-annotations-action@v1
if: always()
Expand Down

0 comments on commit 9e0a84c

Please sign in to comment.