replace 'Run engine (headless)' with 'Run engine tests'

This commit is contained in:
MihailRis 2024-12-07 17:00:20 +03:00
parent df4b4a3825
commit 19b458d048
2 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,7 @@ jobs:
run: |
chmod +x build/VoxelEngine
chmod +x AppDir/usr/bin/vctest
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build
# - name: Build AppImage
# uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
# env:

View File

@ -39,11 +39,12 @@ jobs:
- name: Run tests
run: ctest --output-on-failure --test-dir build
- name: Run engine (headless)
- name: Run engine tests
timeout-minutes: 1
run: |
chmod +x build/VoxelEngine
build/VoxelEngine --headless --dir userdir
timeout-minutes: 1
chmod +x build/vctest/vctest
build/vctest/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
# - name: Create DMG
# run: |
# mkdir VoxelEngineDmgContent