ci: point to nvim-test version v1.1.0

This commit is contained in:
dundargoc 2025-01-28 15:01:31 +01:00 committed by Lewis Russell
parent d8918f0662
commit 32e732731a

View File

@ -15,7 +15,7 @@ endif
.DEFAULT_GOAL := build
nvim-test:
git clone https://github.com/lewis6991/nvim-test
git clone --depth 1 --branch v1.1.0 https://github.com/lewis6991/nvim-test
nvim-test/bin/nvim-test --init
.PHONY: test