diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56816ae..b5c29ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/cp.nvim-scm-1.rockspec b/cp.nvim-scm-1.rockspec index 247e7f2..e38d924 100644 --- a/cp.nvim-scm-1.rockspec +++ b/cp.nvim-scm-1.rockspec @@ -10,9 +10,3 @@ test_dependencies = { 'nlua', 'busted >= 2.1.1', } - -test = { - type = 'command', - command = 'nvim', - flags = { '-l', 'tests/init.lua' } -}