From e9f80e9d0a0b06abb6c19f4d9e4e24db8567fadc Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Mon, 16 Sep 2024 18:46:23 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15e648c..2944c32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,11 +10,13 @@ jobs: - 27.1 - 28.1 - 29.1 - - 29.4 + - snapshot steps: - uses: actions/checkout@v2 - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs-version }} + - name: Byte compile + run: emacs -Q --batch -L . --eval "(setq byte-compile-error-on-warn t)" -f batch-byte-compile *.el - name: Run tests - run: make test + run: emacs -Q --batch -L . -l *-test*.el -f ert-run-tests-batch-and-exit