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 c379edd commit e9f80e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e9f80e9

Please sign in to comment.