diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26ee166..9a393ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: branches: ["**"] jobs: - lint: + lint-and-test: runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/Makefile b/Makefile index 2d14cb5..4b325b4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ check: - emacs --batch \ - --load ert \ + emacs --batch \ + --load ert \ --load rbs-mode-test.el \ --funcall ert-run-tests-batch-and-exit .PHONY: check