add 'Run tests' step to appimage.yml workflow

This commit is contained in:
MihailRis 2024-12-07 01:26:30 +03:00
parent ee1a170376
commit c80e2dfe3a

View File

@ -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: