Install test TS ruby parser later

This commit is contained in:
Andy K. Massimino
2021-08-27 20:21:29 -04:00
parent 730a4919f4
commit 118739e0bd

View File

@@ -32,7 +32,7 @@ jobs:
run: git clone --depth=1 https://github.com/nvim-treesitter/nvim-treesitter.git test/vader/plugged/nvim-treesitter
- name: Install python treesitter module
run: nvim --headless -Nu test/vader/minvimrc -c 'TSInstallSync python ruby' -c 'q'
run: nvim --headless -Nu test/vader/minvimrc -c 'TSInstallSync python' -c 'q'
- name: 'Show version'
run: nvim --version
@@ -41,6 +41,9 @@ jobs:
run: |
bash -c 'VIMCMD=nvim test/vader/run'
- name: Install ruby treesitter module
run: nvim --headless -Nu test/vader/minvimrc -c 'TSInstallSync ruby' -c 'q'
- name: 'Run new tests'
run: |
cd ./test/new && make -j1 && make -j1 coverage