Skip to content

Commit

Permalink
tests: use plenary v0.1.3 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Oct 23, 2023
1 parent afa9d9a commit deae7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ test: $(PLENARY_DIR)
nvim --headless --noplugin -u tests/minimal.vim +TearDown

$(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

0 comments on commit deae7ab

Please sign in to comment.