Skip to content

Commit

Permalink
ci: don't lint and test for Emacs 27.2
Browse files Browse the repository at this point in the history
Linting isn't useful right now when we have a mixture of names.

Add 27.2 to the matrix because it's useful to test a stable version.
  • Loading branch information
kisaragi-hiu committed Sep 16, 2021
1 parent 355876c commit 7329b30
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
matrix:
emacs_version:
- snapshot
- 27.2
steps:
- uses: purcell/setup-emacs@master
with:
Expand All @@ -54,12 +55,6 @@ jobs:
run: |
./makem.sh -vv --sandbox $SANDBOX_DIR --install-deps --install-linters
# The "all" rule is not used, because it treats compilation warnings
# as failures, so linting and testing are run as separate steps.
- name: Lint
continue-on-error: false
run: ./makem.sh -vv --sandbox $SANDBOX_DIR lint

- name: Test
if: always() # Run test even if linting fails.
run: ./makem.sh -vv --sandbox $SANDBOX_DIR test
Expand Down

0 comments on commit 7329b30

Please sign in to comment.