ci: update test scripts

This commit is contained in:
Folke Lemaitre 2025-10-08 21:26:20 +02:00
parent ca4179bc3f
commit ba7c9da883
No known key found for this signature in database
GPG Key ID: 9B52594D560070AB
2 changed files with 19 additions and 21 deletions

View File

@ -1,21 +0,0 @@
[selene]
base = "lua51"
name = "vim"
[vim]
any = true
[jit]
any = true
[assert]
any = true
[describe]
any = true
[it]
any = true
[before_each.args]
any = true

19
vim.yml Normal file
View File

@ -0,0 +1,19 @@
base: lua51
lua_versions:
- luajit
globals:
Snacks:
any: true
vim:
any: true
jit:
any: true
assert:
any: true
describe:
any: true
it:
any: true
before_each:
any: true