We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f3e2c commit 2bec88bCopy full SHA for 2bec88b
.github/workflows/unittest.yaml
@@ -30,4 +30,4 @@ jobs:
30
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
31
32
- name: Run tests
33
- run: nvim --headless --noplugin -u tests/minimal.vim -c "packadd plenary.nvim" -c "PlenaryBustedFile tests/debugprint.lua"
+ run: nvim --headless --noplugin -u tests/minimal.vim -c "packadd plenary.nvim" -c "packadd nvim-treesitter" -c "PlenaryBustedFile tests/debugprint.lua"
0 commit comments