From 44e6de5f35eec8cbcaa596d374df91df87458f82 Mon Sep 17 00:00:00 2001 From: Wanderson Ferreira Date: Sun, 10 Oct 2021 16:32:07 -0300 Subject: [PATCH] cask install --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index d68ac22..6fcdf55 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,7 @@ .PHONY: ci local test test: + cask install cask exec buttercup -L test/github-review-test.el # Run the tests locally