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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.org'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.org'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -14,6 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
emacs_version:
|
emacs_version:
|
||||||
|
- 28.1
|
||||||
- 27.2
|
- 27.2
|
||||||
- 26.3
|
- 26.3
|
||||||
- 25.3
|
- 25.3
|
||||||
|
@ -32,11 +33,9 @@ jobs:
|
||||||
|
|
||||||
- name: Test the uncompiled source
|
- name: Test the uncompiled source
|
||||||
run: |
|
run: |
|
||||||
cd el
|
|
||||||
eldev -p -dtT test
|
eldev -p -dtT test
|
||||||
|
|
||||||
- name: Compile and run tests again
|
- name: Compile and run tests again
|
||||||
run: |
|
run: |
|
||||||
cd el
|
|
||||||
eldev compile
|
eldev compile
|
||||||
eldev -p -dtT test
|
eldev -p -dtT test
|
||||||
|
|
Loading…
Reference in a new issue