diff --git a/Makefile b/Makefile index 5da43dc..1f0287d 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,9 @@ lint: echo "===> Linting" luacheck lua/ --globals vim -pr-ready: fmt lint +test: + echo "===> Testing" + nvim --headless -c "PlenaryBustedDirectory lua/harpoon/test" + + +pr-ready: fmt lint test