diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75f8c293..1c4b5a65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,4 +46,4 @@ jobs: run: make all - name: Test - run: make test + run: make check diff --git a/Makefile b/Makefile index 0414d0eb..eb89bb41 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: $(ELCFILES) @echo Compiling $< @${EMACS} -batch -q -no-site-file -L . -f batch-byte-compile $< -test: $(ELCFILES) +check: $(ELCFILES) @${EMACS} -batch -l ert $(foreach file, $^, -l $(file)) -f ert-run-tests-batch-and-exit clean: