branch: master
commit 18a1147cc326ddf7d1fe98189116ae4efb7c5792
Author: Xu Chunyang <[email protected]>
Commit: Eric Schulte <[email protected]>
Run tests on github ci
---
.github/workflows/test.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..846991c
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,20 @@
+name: CI
+
+on: [push, pull_request]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ emacs_version:
+ - 24.3
+ - 25.3
+ - 26.3
+ steps:
+ - uses: purcell/setup-emacs@master
+ with:
+ version: ${{ matrix.emacs_version }}
+ - uses: actions/checkout@v1
+ - name: Run tests
+ run: make check