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