enable stepping test

This commit is contained in:
Nikita Smith
2026-06-02 12:10:19 -07:00
committed by Ryan Fleury
parent 388bbb95a5
commit 7b2743a4d6
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
call build meta raddbg_non_graphical || exit /b 1 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 call build asan meta torture radlink radbin mule_main mule_module "${{matrix.mode}}" "${{matrix.compiler}}" || exit /b 1
cd build cd build
torture --gen_crash_dump -s:Dbg* || exit /b 1 torture --gen_crash_dump || exit /b 1
- name: upload torture crash dumps - name: upload torture crash dumps
if: failure() if: failure()
uses: actions/upload-artifact@v7 uses: actions/upload-artifact@v7