Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
UBSan, not TSan
  • Loading branch information
encukou committed Jun 17, 2025
commit 5bc492b854c6cad238dd21572cf3496e65ae63ff
8 changes: 4 additions & 4 deletions .github/workflows/reusable-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
run: make pythoninfo
- name: Tests
run: ./python -m test -j4
- name: Display TSAN logs
- name: Display UBSAN logs
if: always()
run: find "${GITHUB_WORKSPACE}" -name 'ubsan_log.*' | xargs head -n 1000
- name: Archive TSAN logs
- name: Archive UBSAN logs
if: always()
uses: actions/upload-artifact@v4
with:
name: >-
tsan-logs
path: tsan_log.*
ubsan-logs
path: ubsan_log.*
if-no-files-found: ignore