diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 250fd001..b264c95c 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -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: