fix(ci): revamp
This commit is contained in:
parent
6c09b9ae99
commit
2e1280e17c
5 changed files with 30 additions and 20 deletions
11
.busted
11
.busted
|
|
@ -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 },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue