File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11
11
name : Docker Linux Tier1
12
12
runs-on : ubuntu-18.04
13
13
strategy :
14
- fail-fast : false
14
+ fail-fast : true
15
15
matrix :
16
16
target : [
17
17
i686-unknown-linux-gnu,
31
31
name : macOS
32
32
runs-on : macos-10.15
33
33
strategy :
34
- fail-fast : false
34
+ fail-fast : true
35
35
matrix :
36
36
target : [
37
37
x86_64-apple-darwin,
52
52
env :
53
53
OS : windows
54
54
strategy :
55
- fail-fast : false
55
+ fail-fast : true
56
56
matrix :
57
57
include :
58
58
- target : x86_64-pc-windows-gnu
83
83
name : Style and docs
84
84
runs-on : ubuntu-18.04
85
85
strategy :
86
- fail-fast : false
86
+ fail-fast : true
87
87
steps :
88
88
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
89
89
with :
@@ -101,7 +101,7 @@ jobs:
101
101
needs : [docker_linux_tier1, style_and_docs]
102
102
runs-on : ubuntu-18.04
103
103
strategy :
104
- fail-fast : false
104
+ fail-fast : true
105
105
max-parallel : 10
106
106
matrix :
107
107
target : [
@@ -152,7 +152,7 @@ jobs:
152
152
needs : [docker_linux_tier1, style_and_docs]
153
153
runs-on : ubuntu-18.04
154
154
strategy :
155
- fail-fast : false
155
+ fail-fast : true
156
156
steps :
157
157
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
158
158
with :
@@ -170,7 +170,7 @@ jobs:
170
170
env :
171
171
OS : linux
172
172
strategy :
173
- fail-fast : false
173
+ fail-fast : true
174
174
max-parallel : 4
175
175
matrix :
176
176
toolchain : [
@@ -200,7 +200,7 @@ jobs:
200
200
env :
201
201
OS : macos
202
202
strategy :
203
- fail-fast : false
203
+ fail-fast : true
204
204
max-parallel : 3
205
205
matrix :
206
206
toolchain : [
@@ -228,7 +228,7 @@ jobs:
228
228
needs : build_channels_linux
229
229
runs-on : ubuntu-18.04
230
230
strategy :
231
- fail-fast : false
231
+ fail-fast : true
232
232
steps :
233
233
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
234
234
with :
@@ -245,7 +245,7 @@ jobs:
245
245
needs : build_channels_macos
246
246
runs-on : macos-10.15
247
247
strategy :
248
- fail-fast : false
248
+ fail-fast : true
249
249
steps :
250
250
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
251
251
with :
Original file line number Diff line number Diff line change 12
12
name : Docker Linux Tier1
13
13
runs-on : ubuntu-18.04
14
14
strategy :
15
- fail-fast : false
15
+ fail-fast : true
16
16
matrix :
17
17
target : [
18
18
i686-unknown-linux-gnu,
29
29
name : macOS
30
30
runs-on : macos-10.15
31
31
strategy :
32
- fail-fast : false
32
+ fail-fast : true
33
33
matrix :
34
34
target : [
35
35
x86_64-apple-darwin,
47
47
env :
48
48
OS : windows
49
49
strategy :
50
- fail-fast : false
50
+ fail-fast : true
51
51
matrix :
52
52
include :
53
53
- target : x86_64-pc-windows-gnu
75
75
name : Style and docs
76
76
runs-on : ubuntu-18.04
77
77
strategy :
78
- fail-fast : false
78
+ fail-fast : true
79
79
steps :
80
80
- uses : actions/checkout@v2
81
81
- name : Setup Rust toolchain
You can’t perform that action at this time.
0 commit comments