Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 69ba004..1ffe0aa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -144,7 +144,6 @@ jobs:
cmakeListsTxtPath: '${{ github.workspace }}/source/CMakeLists.txt'
configurePreset: 'linux-release'
buildPreset: 'linux-release'
- testPreset: 'linux-release'
- name: Assemble Files
working-directory: ${{ github.workspace }}
@@ -156,6 +155,12 @@ jobs:
name: OpenStarbound-Linux
path: dist.tar
+ - name: Run Tests
+ uses: lukka/run-cmake@v10
+ with:
+ cmakeListsTxtPath: '${{ github.workspace }}/source/CMakeLists.txt'
+ testPreset: 'linux-release'
+
- name: Upload Client Files
uses: actions/upload-artifact@v4
with: