mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
run test after build
This commit is contained in:
committed by
Ryan Fleury
parent
25710d39b7
commit
7d77210a5f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user