clean up stepping test, and remove switch for overriding crash dump path

This commit is contained in:
Nikita Smith
2026-06-02 12:09:59 -07:00
committed by Ryan Fleury
parent fbdfeea8e6
commit d7161ea6e6
6 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
call build meta raddbg_non_graphical || exit /b 1
call build asan meta torture radlink radbin mule_main mule_module "${{matrix.mode}}" "${{matrix.compiler}}" || exit /b 1
cd build
torture --gen_crash_dump || exit /b 1
torture --gen_crash_dump -s:Dbg::* || exit /b 1
- name: upload torture crash dumps
if: failure()
uses: actions/upload-artifact@v7