Skip to content

Commit dcaab6f

Browse files
fidgetingbitsCedric Halbronn
authored andcommitted
feat: test adding busted workflow
1 parent 72c7c9b commit dcaab6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
if: runner.os == 'Linux' && matrix.app_version == 'stable'
5656
env:
5757
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'
5863
- name: Create vscode dist that can be installed locally
5964
run: pnpm -F @cursorless/cursorless-vscode populate-dist --local-install
6065
if: runner.os == 'Linux' && matrix.app_version == 'stable'

0 commit comments

Comments
 (0)