mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-06 02:10:20 +01:00
Run luacontroller tests
This commit is contained in:
parent
aa9742723d
commit
133041fa89
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user