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
+4 -3
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