diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd174e8..e006fa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: with: version: '27.1' - uses: conao3/setup-cask@master + with: + version: 'snapshot' - name: Run tests - run: make ci + run: make test diff --git a/makefile b/makefile index 13db53c..d68ac22 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,4 @@ .PHONY: ci local test -ci: - cask upgrade-cask - cask install - cask exec buttercup -L test/github-review-test.el test: cask exec buttercup -L test/github-review-test.el