branch: externals/leaf
commit eeb0bd0120f853d385195db60b4bb4336d8fcea0
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>

    Do all test job if fail some jobs
---
 .github/workflows/test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 64da478..76b7b83 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,6 +5,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
+      fail-fast: false
       matrix:
         emacs_version:
           - '24.4'

Reply via email to