Also test in nvim

This commit is contained in:
Andy K. Massimino
2021-06-14 21:43:34 -04:00
parent f343e2a98f
commit 25c60870d7
3 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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