Parcourir la source

Disable fail-fast in CI so we always get results for all versions

Ryan C. Thompson il y a 4 ans
Parent
commit
8e31d29081
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -8,11 +8,11 @@ on:
     paths-ignore:
       - '**.md'
 
-
 jobs:
   test:
     runs-on: ubuntu-latest
     strategy:
+      fail-fast: false
       matrix:
         emacs_version:
           - 27.1