Skip to content

Commit a7934d7

Browse files
committedJul 29, 2021
Disable fast-fail to let CI actually run even though beta is broken
1 parent f3b63e4 commit a7934d7

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)
Please sign in to comment.