mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build: Fix Windows unit tests.
This commit is contained in:
parent
77502db4c4
commit
693439b710
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
|
||||
- name: Execute unit tests
|
||||
working-directory: ${{ env.GITHUB_WORKSPACE }}
|
||||
run: ppsspp\\PPSSPPHeadless.exe ALL
|
||||
run: ppsspp\\UnitTest.exe ALL
|
||||
|
||||
- name: Execute headless tests
|
||||
working-directory: ${{ env.GITHUB_WORKSPACE }}
|
||||
|
|
Loading…
Add table
Reference in a new issue