Disable fast-fail to let CI actually run even though beta is broken
[rust-lightning] / .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,