From ab79d60d4d4f3bbdc828c367fbd5f74791c980d9 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sat, 12 Mar 2022 18:25:09 +0100 Subject: Have GitHub Actions only run tests, not build the manual --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 21731ff..f99089d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -33,4 +33,4 @@ jobs: with: version: ${{ matrix.emacs-version }} - name: Compile and run tests - run: make + run: make test -- cgit v1.0