]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Disable fail-fast in GitHub Actions.
authorSadie Powell <sadie@witchery.services>
Sun, 6 Jun 2021 06:10:31 +0000 (07:10 +0100)
committerSadie Powell <sadie@witchery.services>
Sun, 6 Jun 2021 06:10:31 +0000 (07:10 +0100)
.github/workflows/ci-linux.yml
.github/workflows/ci-macos.yml

index 9d3365e531db4adbea657a544454011737fd808a..05419462d42190a50801411dee081a15480c113a 100644 (file)
@@ -18,6 +18,7 @@ jobs:
       - name: Run test-build
         run: ./tools/test-build ${{ matrix.compiler }}
     strategy:
+      fail-fast: false
       matrix:
         compiler:
           - clang++
index c3cd04591d2a6b655a314d75657393ea2283d885..dd52088127bd1884c0ed66a52c0dfc1cee30cfc8 100644 (file)
@@ -24,6 +24,7 @@ jobs:
       - name: Run test-build
         run: ./tools/test-build c++
     strategy:
+      fail-fast: false
       matrix:
         standard:
           - gnu++98