Skip to content

Commit e26c9b0

Browse files
authored
Merge pull request #1021 from TheBlueMatt/2021-07-broken-beta
Disable fast-fail to let CI actually run even though beta is broken
2 parents 6b0a97b + a7934d7 commit e26c9b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
strategy:
8+
fail-fast: false
89
matrix:
910
platform: [ ubuntu-latest ]
1011
toolchain: [ stable,

0 commit comments

Comments
 (0)