add 'Run tests' step to appimage.yml workflow
This commit is contained in:
parent
ee1a170376
commit
c80e2dfe3a
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
||||
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DVOXELENGINE_BUILD_APPDIR=1
|
||||
- name: build
|
||||
run: cmake --build build -t install
|
||||
- name: Run tests
|
||||
run: ctest --test-dir ${{github.workspace}}/build
|
||||
- name: Build AppImage
|
||||
uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user