diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 2c30d5fc..0c853c90 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -32,3 +32,8 @@ jobs: run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 call build ${{ matrix.target }} ${{ matrix.compiler }} ${{ matrix.mode }} || exit /b 1 + - name: run_torture + shell: cmd + if: ${{ matrix.target == 'torture' }} + run: torture -l:radlink || exit /b 1 +