mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Disable fast-fail to let CI actually run even though beta is broken
This commit is contained in:
parent
f3b63e4dab
commit
a7934d7ece
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ ubuntu-latest ]
|
||||
toolchain: [ stable,
|
||||
|
|
Loading…
Add table
Reference in a new issue