We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
needs
1 parent ee90db4 commit 55850d7Copy full SHA for 55850d7
.github/workflows/ci.yaml
@@ -174,10 +174,10 @@ jobs:
174
175
test_tier2:
176
name: Test tier2
177
- needs: [test_tier1, style_check]
+ # needs: [test_tier1, style_check]
178
runs-on: ubuntu-24.04
179
strategy:
180
- fail-fast: true
+ fail-fast: false
181
max-parallel: 12
182
matrix:
183
target:
@@ -279,10 +279,10 @@ jobs:
279
280
test_tier2_vm:
281
name: Test tier2 VM
282
283
runs-on: ubuntu-latest
284
285
286
287
288
- x86_64-pc-solaris
0 commit comments