mirror of https://github.com/PCSX2/pcsx2.git
GHActions: Run tests
This commit is contained in:
parent
f032e663cd
commit
958e27c782
|
@ -177,6 +177,10 @@ jobs:
|
|||
- name: Build PCSX2
|
||||
working-directory: build
|
||||
run: ../.github/workflows/scripts/linux/compile.sh
|
||||
|
||||
- name: Run Tests
|
||||
working-directory: ./build
|
||||
run: ninja unittests
|
||||
|
||||
- name: Package AppImage
|
||||
env:
|
||||
|
|
|
@ -112,3 +112,7 @@ jobs:
|
|||
- name: Build PCSX2
|
||||
working-directory: build
|
||||
run: make -j$(getconf _NPROCESSORS_ONLN) # macOS doesn't use make install
|
||||
|
||||
- name: Run Tests
|
||||
working-directory: build
|
||||
run: make -j$(getconf _NPROCESSORS_ONLN) unittests
|
||||
|
|
Loading…
Reference in New Issue