We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c64836 commit e6db418Copy full SHA for e6db418
1 file changed
.github/workflows/ci.yaml
@@ -124,6 +124,7 @@ jobs:
124
test_tier1:
125
name: Test tier1
126
strategy:
127
+ fail-fast: false
128
matrix:
129
include:
130
- target: aarch64-apple-darwin
@@ -183,9 +184,9 @@ jobs:
183
184
185
test_tier2:
186
name: Test tier2
- needs: [test_tier1, style_check]
187
+ # needs: [test_tier1, style_check]
188
- fail-fast: true
189
190
max-parallel: 16
191
192
@@ -281,10 +282,10 @@ jobs:
281
282
283
test_tier2_vm:
284
name: Test tier2 VM
285
286
runs-on: ubuntu-latest
287
288
289
290
291
- release: "15.0"
0 commit comments