Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogallo committed Sep 16, 2024
1 parent bda9ed9 commit e26c337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 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: emacs -Q --batch -L . -l *-test*.el -f ert-run-tests-batch-and-exit
- name: Byte compile
run: emacs -Q --batch -L . --eval "(setq byte-compile-error-on-warn t)" -f batch-byte-compile *.el

0 comments on commit e26c337

Please sign in to comment.