This commit is contained in:
Barrett Ruth 2025-09-18 20:17:51 -04:00
parent 4d52c8388b
commit 8f13c0f087
2 changed files with 1 additions and 6 deletions

View file

@ -14,6 +14,7 @@ jobs:
neovim_version: ['nightly', 'stable']
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
with:

View file

@ -10,9 +10,3 @@ test_dependencies = {
'nlua',
'busted >= 2.1.1',
}
test = {
type = 'command',
command = 'nvim',
flags = { '-l', 'tests/init.lua' }
}