1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Make sure unittests don't try to write to cwd

This commit is contained in:
sfan5 2024-01-10 17:40:19 +01:00
parent 6b9250e4ef
commit 45561b89a4
2 changed files with 19 additions and 16 deletions

View file

@ -73,7 +73,10 @@ jobs:
- name: Test
run: |
./bin/minetest --run-unittests
mkdir nowrite
chmod a-w nowrite
cd nowrite
../bin/minetest --run-unittests
# Older clang version (should be close to our minimum supported version)
clang_7: