mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
clean up stepping test, and remove switch for overriding crash dump path
This commit is contained in:
committed by
Ryan Fleury
parent
fbdfeea8e6
commit
d7161ea6e6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user