Drop fail-fast in CI to run jobs even after another fails v0.0.99.2
authorMatt Corallo <git@bluematt.me>
Mon, 9 Aug 2021 14:34:55 +0000 (14:34 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 9 Aug 2021 14:35:22 +0000 (14:35 +0000)
.github/workflows/build.yml

index a710f37f2b99336e9f994b001b4b7cc0a32fcc23..94eab836a051ac0a5d44cb57a0698f9af41455ee 100644 (file)
@@ -10,6 +10,8 @@ jobs:
     container: debian:bullseye
     env:
       TOOLCHAIN: stable
+    strategy:
+      fail-fast: false
     steps:
       - name: Install native Rust toolchain, Valgrind, and build utilitis
         run: |
@@ -118,6 +120,8 @@ jobs:
     container: debian:bullseye
     env:
       TOOLCHAIN: stable
+    strategy:
+      fail-fast: false
     steps:
       - name: Install rust targets
         run: |
@@ -205,6 +209,7 @@ jobs:
         include:
           - platform: macos-10.15
           - platform: macos-11
+      fail-fast: false
     runs-on: ${{ matrix.platform }}
     env:
       TOOLCHAIN: stable