emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 88ffc9e 452/495: Add github action yaml file to ru


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 88ffc9e 452/495: Add github action yaml file to run ert tests
Date: Sat, 7 Aug 2021 09:06:07 -0400 (EDT)

branch: elpa/go-mode
commit 88ffc9e01111226208e320c4079e36885aa7ed7d
Author: Peter Sanford <psanford@sanford.io>
Commit: Muir Manders <muir@mnd.rs>

    Add github action yaml file to run ert tests
    
    Closes: #303 [via git-merge-pr]
---
 .github/workflows/emacs.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/workflows/emacs.yml b/.github/workflows/emacs.yml
new file mode 100644
index 0000000..1075d76
--- /dev/null
+++ b/.github/workflows/emacs.yml
@@ -0,0 +1,17 @@
+name: Emacs CI
+on: [push, pull_request]
+jobs:
+
+  test:
+    name: Test
+    runs-on: ubuntu-latest
+    timeout-minutes: 5
+    steps:
+    - name: Install emacs
+      run: sudo apt-get update && sudo apt-get install -y emacs
+
+    - name: Check out code into the Go module directory
+      uses: actions/checkout@v1
+
+    - name: Test
+      run: cd test; emacs --batch -q -l ert -l ../go-mode.el -l 
go-indentation-test.el -f ert-run-tests-batch-and-exit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]