run test after build

This commit is contained in:
Nikita Smith
2025-06-02 13:40:09 -07:00
committed by Ryan Fleury
parent 25710d39b7
commit 7d77210a5f
+5
View File
@@ -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