mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 07:10:21 +02:00
Run luacontroller tests
This commit is contained in:
3
.github/workflows/check-release.yml
vendored
3
.github/workflows/check-release.yml
vendored
@ -36,3 +36,6 @@ jobs:
|
|||||||
- name: run mesecons_fpga tests
|
- name: run mesecons_fpga tests
|
||||||
working-directory: ./mesecons_fpga/
|
working-directory: ./mesecons_fpga/
|
||||||
run: $HOME/.luarocks/bin/mineunit -q
|
run: $HOME/.luarocks/bin/mineunit -q
|
||||||
|
- name: run mesecons_luacontroller tests
|
||||||
|
working-directory: ./mesecons_luacontroller/
|
||||||
|
run: $HOME/.luarocks/bin/mineunit -q
|
||||||
|
Reference in New Issue
Block a user