Actually run CI tests using Neovim instead of just pretending

This commit is contained in:
Caleb Maclennan 2020-06-01 08:48:15 +03:00
parent a36880be22
commit 83c573c0ec
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -31,4 +31,4 @@ jobs:
run: ${{ matrix.vimFlavor }} --version
- name: "Try tagbar#OpenWindow()"
run: |
${{ matrix.tagsProvider == 'nvim' && 'nvim -i NONE -u /dev/null --headless' || 'vim -i NONE' }} "+set rtp+=$(pwd)" "+call tagbar#OpenWindow() | q" "+cq" plugin/tagbar.vim
${{ matrix.vimFlavor == 'nvim' && 'nvim -u /dev/null --headless' || 'vim' }} -i NONE "+set rtp+=$(pwd)" "+call tagbar#OpenWindow() | q" "+cq" plugin/tagbar.vim