We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38afc9 commit 5bc492bCopy full SHA for 5bc492b
.github/workflows/reusable-ubsan.yml
@@ -58,14 +58,14 @@ jobs:
58
run: make pythoninfo
59
- name: Tests
60
run: ./python -m test -j4
61
- - name: Display TSAN logs
+ - name: Display UBSAN logs
62
if: always()
63
run: find "${GITHUB_WORKSPACE}" -name 'ubsan_log.*' | xargs head -n 1000
64
- - name: Archive TSAN logs
+ - name: Archive UBSAN logs
65
66
uses: actions/upload-artifact@v4
67
with:
68
name: >-
69
- tsan-logs
70
- path: tsan_log.*
+ ubsan-logs
+ path: ubsan_log.*
71
if-no-files-found: ignore
0 commit comments