mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Load mod profiler in one of the test workflows
This commit is contained in:
parent
24efd7dc91
commit
387856a1c3
2 changed files with 3 additions and 2 deletions
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
|
|
||||||
- name: Integration test + devtest
|
- name: Integration test + devtest
|
||||||
run: |
|
run: |
|
||||||
./util/test_multiplayer.sh
|
serverconf="profiler.load=true" ./util/test_multiplayer.sh
|
||||||
|
|
||||||
luacheck:
|
luacheck:
|
||||||
name: "Builtin Luacheck and Unit Tests"
|
name: "Builtin Luacheck and Unit Tests"
|
||||||
|
|
|
@ -33,7 +33,8 @@ printf '%s\n' >"$testspath/client1.conf" \
|
||||||
|
|
||||||
printf '%s\n' >"$testspath/server.conf" \
|
printf '%s\n' >"$testspath/server.conf" \
|
||||||
max_block_send_distance=1 active_block_range=1 \
|
max_block_send_distance=1 active_block_range=1 \
|
||||||
devtest_unittests_autostart=true helper_mode=devtest
|
devtest_unittests_autostart=true helper_mode=devtest \
|
||||||
|
"${serverconf:-}"
|
||||||
|
|
||||||
ln -s "$dir/helper_mod" "$worldpath/worldmods/"
|
ln -s "$dir/helper_mod" "$worldpath/worldmods/"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue