test smth

This commit is contained in:
MihailRis 2024-12-30 15:09:06 +03:00
parent 9490d1f7ea
commit d576dc34dc
2 changed files with 7 additions and 0 deletions

View File

@ -68,3 +68,8 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
packaged/vctest.exe -e packaged/VoxelCore.exe -d dev/tests -u build --output-always
- name: Test smth
shell: msys2 {0}
working-directory: ${{ github.workspace }}/packaged/res
run: |
../VoxelCore.exe --dir ../ --res ../res --headless --script ../../dev/tests/filesystem.lua

View File

@ -48,3 +48,5 @@ assert(file.is_writeable("config:"))
assert(file.is_writeable("export:"))
assert(not file.is_writeable("user:"))
assert(not file.is_writeable("res:"))
print(file.resolve("user:content"))