Prevent scroll crashes when testing neovim nightly
This commit is contained in:
parent
0337ac7067
commit
e0bc3395cf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -315,7 +315,7 @@ check_neovim: check_os
|
|||
@echo "Doing a basic neovim startup and quit"
|
||||
@nvim --headless -c 'set display-=msgsep' -c 'quitall'
|
||||
@echo "Running plenary tests"
|
||||
@nvim --headless -c 'PlenaryBustedDirectory symlinks/config/nvim/lua/tests'
|
||||
@nvim --headless -c 'set display-=msgsep' -c 'PlenaryBustedDirectory symlinks/config/nvim/lua/tests'
|
||||
|
||||
.PHONY: run_tests
|
||||
run_tests: check_os
|
||||
|
|
Loading…
Add table
Reference in a new issue