Skip to content

Commit

Permalink
test smth
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 30, 2024
1 parent 9490d1f commit d576dc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions dev/tests/filesystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

0 comments on commit d576dc3

Please sign in to comment.