mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-10-09 03:32:15 +00:00
ci: update test scripts
This commit is contained in:
parent
59334064f8
commit
46e59d838f
3 changed files with 21 additions and 23 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
nvim -l tests/minit.lua --minitest
|
||||
nvim -l tests/minit.lua --minitest "$@"
|
||||
|
|
21
vim.toml
21
vim.toml
|
@ -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
19
vim.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue