mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-25 17:56:29 +08:00
Actually run CI tests using Neovim instead of just pretending
This commit is contained in:
parent
a36880be22
commit
83c573c0ec
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user