From adbd5c911e2728c2025bc16715e6be4e38d710d3 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Wed, 4 Mar 2026 13:29:41 -0800 Subject: [PATCH] update torture runner --- .github/workflows/builds.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5a29a69f..ccca9083 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -47,8 +47,6 @@ jobs: shell: cmd run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 - call build radbin san debug || exit /b 1 - call build radlink san debug || exit /b 1 - call build torture debug || exit /b 1 + call build asan debug torture radlink radbin || exit /b 1 cd build - torture -l:radlink || exit /b 1 + torture || exit /b 1