tests: use plenary v0.1.3 for tests
parent
afa9d9a8ad
commit
deae7ab202
2
Makefile
2
Makefile
|
|
@ -38,5 +38,5 @@ test: $(PLENARY_DIR)
|
||||||
nvim --headless --noplugin -u tests/minimal.vim +TearDown
|
nvim --headless --noplugin -u tests/minimal.vim +TearDown
|
||||||
|
|
||||||
$(PLENARY_DIR):
|
$(PLENARY_DIR):
|
||||||
git clone --depth=1 --no-single-branch $(PLENARY_URL) $(PLENARY_DIR)
|
git clone --depth=1 --branch v0.1.3 $(PLENARY_URL) $(PLENARY_DIR)
|
||||||
@rm -rf $(PLENARY_DIR)/.git
|
@rm -rf $(PLENARY_DIR)/.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue