Browse Source

no fail fast, just checking...

Thomas Waldmann 2 years ago
parent
commit
b69721ebe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -49,7 +49,7 @@ jobs:
 
 
     needs: lint
     needs: lint
     strategy:
     strategy:
-      fail-fast: true
+      fail-fast: false
       matrix:
       matrix:
         include:
         include:
             - os: ubuntu-20.04
             - os: ubuntu-20.04