Переглянути джерело

no fail fast, just checking...

Thomas Waldmann 2 роки тому
батько
коміт
b69721ebe0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .github/workflows/ci.yml

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

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