fix(ci): revamp

This commit is contained in:
Barrett Ruth 2025-09-18 19:59:07 -04:00
parent 6c09b9ae99
commit 2e1280e17c
5 changed files with 30 additions and 20 deletions

11
.busted
View file

@ -1,8 +1,13 @@
return {
_all = {
lua = 'nlua',
coverage = false,
lpath = 'lua/?.lua;lua/?/init.lua',
helper = 'tests/minimal.lua',
lua = 'nlua',
},
default = {
verbose = true,
},
tests = {
verbose = true,
},
default = { verbose = true },
}