Skip to content

Commit 5bc492b

Browse files
committed
UBSan, not TSan
1 parent b38afc9 commit 5bc492b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-ubsan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
run: make pythoninfo
5959
- name: Tests
6060
run: ./python -m test -j4
61-
- name: Display TSAN logs
61+
- name: Display UBSAN logs
6262
if: always()
6363
run: find "${GITHUB_WORKSPACE}" -name 'ubsan_log.*' | xargs head -n 1000
64-
- name: Archive TSAN logs
64+
- name: Archive UBSAN logs
6565
if: always()
6666
uses: actions/upload-artifact@v4
6767
with:
6868
name: >-
69-
tsan-logs
70-
path: tsan_log.*
69+
ubsan-logs
70+
path: ubsan_log.*
7171
if-no-files-found: ignore

0 commit comments

Comments
 (0)