remove;
This commit is contained in:
parent
4d52c8388b
commit
8f13c0f087
2 changed files with 1 additions and 6 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
neovim_version: ['nightly', 'stable']
|
neovim_version: ['nightly', 'stable']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: nvim-neorocks/nvim-busted-action@v1
|
uses: nvim-neorocks/nvim-busted-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,3 @@ test_dependencies = {
|
||||||
'nlua',
|
'nlua',
|
||||||
'busted >= 2.1.1',
|
'busted >= 2.1.1',
|
||||||
}
|
}
|
||||||
|
|
||||||
test = {
|
|
||||||
type = 'command',
|
|
||||||
command = 'nvim',
|
|
||||||
flags = { '-l', 'tests/init.lua' }
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue