Disable fast-fail to let CI actually run even though beta is broken 2021-07-broken-beta
authorMatt Corallo <git@bluematt.me>
Thu, 29 Jul 2021 17:40:14 +0000 (17:40 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 29 Jul 2021 17:40:42 +0000 (17:40 +0000)
.github/workflows/build.yml

index ebca7680f4414bc0cdf7565ff8c8bdffa8d59e7a..440cc240399bcc9f1f5172a52e6979381fa3858a 100644 (file)
@@ -5,6 +5,7 @@ on: [push, pull_request]
 jobs:
   build:
     strategy:
+      fail-fast: false
       matrix:
         platform: [ ubuntu-latest ]
         toolchain: [ stable,