revert "test smth"

This reverts commit d576dc34dcd33a16c147986dcca3a504281e8dbb.
This commit is contained in:
MihailRis 2024-12-30 15:32:15 +03:00
parent d576dc34dc
commit 19bef1ae76
2 changed files with 0 additions and 7 deletions

View File

@ -68,8 +68,3 @@ 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,5 +48,3 @@ 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"))