Skip to content

Commit 1474cae

Browse files
author
Andrew Ferrier
committed
fix: Explicitly add treesitter for testing
1 parent 236f5e6 commit 1474cae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/unittest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install plenary
2727
run: |
2828
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
29+
git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
2930
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
3031
3132
- name: Run tests

tests/minimal.vim

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ set noswapfile
33

44
set rtp+=../plenary.nvim
55
set rtp+=../debugprint.nvim
6+
set rtp+=../treesitter.nvim
67
runtime! plugin/plenary.vim

0 commit comments

Comments
 (0)