add 'Run tests' step to appimage.yml workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user