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

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

[nongnu] elpa/rust-mode 63ea805 3/3: try to fix ci


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 63ea805 3/3: try to fix ci
Date: Fri, 26 Nov 2021 14:58:11 -0500 (EST)

branch: elpa/rust-mode
commit 63ea805a19cfefccb7fd047b418ad743680c2f2d
Author: brotzeit <brotzeitmacher@gmail.com>
Commit: brotzeit <brotzeitmacher@gmail.com>

    try to fix ci
---
 .github/workflows/test.yml | 50 ++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 26 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e41f967..d363ca5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,32 +1,30 @@
-name: GitHub actions CI
+name: CI
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
-  build:
-    runs-on: ubuntu-latest
-    strategy:
-      fail-fast: false
-      matrix:
-        rust_version: [stable]
-        emacs_version:
-          - 25.3
-          - 26.3
-          - 27.2
-          - snapshot
+    unix-test:
+        runs-on: ubuntu-latest
+        strategy:
+            max-parallel: 6
+            matrix:
+                emacs-version:
+                    - 26.3
+                    - 27.2
+                    - snapshot
 
-    env:
-      EMACS_VERSION: ${{ matrix.emacs_version }}
-    steps:
-    - uses: hecrj/setup-rust-action@v1
-      with:
-        rust-version: ${{ matrix.rust_version }}
-    - uses: purcell/setup-emacs@master
-      with:
-        version: ${{ matrix.emacs_version }}
+        steps:
+            - uses: actions/checkout@v2
 
-    - uses: actions/checkout@v1
+            - uses: purcell/setup-emacs@master
+              with:
+                  version: ${{ matrix.emacs-version }}
+
+            - uses: conao3/setup-cask@master
+              with:
+                  version: 0.8.4
+
+            - name: Run tests
+              run: |
+                make test                  
 
-    - name: Run tests
-      run: |
-        make test



reply via email to

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