Prevent scroll crashes when testing neovim nightly
parent
0337ac7067
commit
e0bc3395cf
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…
Reference in New Issue