From c80e2dfe3a8cc948709c5f6f3ce556f172ce5ba6 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 7 Dec 2024 01:26:30 +0300 Subject: [PATCH] add 'Run tests' step to appimage.yml workflow --- .github/workflows/appimage.yml | 2 ++ 1 file changed, 2 insertions(+) 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: