We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c7c9b commit dcaab6fCopy full SHA for dcaab6f
.github/workflows/test.yml
@@ -55,6 +55,11 @@ jobs:
55
if: runner.os == 'Linux' && matrix.app_version == 'stable'
56
env:
57
NEOVIM_PATH: ${{ steps.vim.outputs.executable }}
58
+ - name: Run neovim lua unit tests using busted
59
+ id: neovimLuaTests
60
+ uses: lunarmodules/[email protected]
61
+ - run: xvfb-run -a cd cursorless.nvim && busted --run unit
62
+ if: runner.os == 'Linux' && matrix.app_version == 'stable'
63
- name: Create vscode dist that can be installed locally
64
run: pnpm -F @cursorless/cursorless-vscode populate-dist --local-install
65
0 commit comments