Browse Source

no fail fast, just checking...

Thomas Waldmann 2 năm trước cách đây
mục cha
commit
b69721ebe0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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