GHActions: Run tests on Windows

This commit is contained in:
TellowKrinkle 2021-08-12 22:55:20 -05:00 committed by refractionpcsx2
parent 4d8b9aee2a
commit 142d91dfb5
1 changed files with 7 additions and 0 deletions

View File

@ -137,6 +137,13 @@ jobs:
msbuild "PCSX2_suite.sln" /m /v:m /p:Configuration="${{ matrix.configuration }}" /p:Platform="${{ matrix.platform }}"
)
- name: Run Tests
shell: cmd
run: |
call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ steps.cmake.outputs.vcvars }}"
cmake --build build --config ${{ steps.cmake.outputs.buildtype }} --target unittests
if: matrix.configuration == 'CMake'
- name: Prepare Artifact Metadata
id: artifact-metadata
shell: bash