melpa workflow
This commit is contained in:
parent
096903f07e
commit
f721676511
1 changed files with 3 additions and 4 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -3,10 +3,10 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.org'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.org'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -14,6 +14,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
emacs_version:
|
||||
- 28.1
|
||||
- 27.2
|
||||
- 26.3
|
||||
- 25.3
|
||||
|
@ -32,11 +33,9 @@ jobs:
|
|||
|
||||
- name: Test the uncompiled source
|
||||
run: |
|
||||
cd el
|
||||
eldev -p -dtT test
|
||||
|
||||
- name: Compile and run tests again
|
||||
run: |
|
||||
cd el
|
||||
eldev compile
|
||||
eldev -p -dtT test
|
||||
|
|
Loading…
Reference in a new issue