Disable fast-fail to let CI actually run even though beta is broken

This commit is contained in:
Matt Corallo 2021-07-29 17:40:14 +00:00
parent f3b63e4dab
commit a7934d7ece

View file

@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [ ubuntu-latest ]
toolchain: [ stable,