mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Also test in nvim
This commit is contained in:
4
.github/workflows/neovim.yml
vendored
4
.github/workflows/neovim.yml
vendored
@@ -40,3 +40,7 @@ jobs:
|
||||
- name: 'Run test'
|
||||
run: |
|
||||
bash -c 'VIMCMD=nvim test/vader/run'
|
||||
|
||||
- name: 'Run new tests'
|
||||
run: |
|
||||
cd ./test/new && make -j1 && make -j1 coverage
|
||||
|
||||
2
.github/workflows/vim.yml
vendored
2
.github/workflows/vim.yml
vendored
@@ -41,4 +41,4 @@ jobs:
|
||||
env:
|
||||
MYVIM: vim -T dumb --not-a-term -n
|
||||
run: |
|
||||
cd ./test/new && make -j1
|
||||
cd ./test/new && make -j1 && make -j1 coverage
|
||||
|
||||
Reference in New Issue
Block a user