We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a71dc commit 2437b7dCopy full SHA for 2437b7d
.github/workflows/ci.yaml
@@ -61,6 +61,7 @@ jobs:
61
test_tier1:
62
name: Test tier1
63
strategy:
64
+ fail-fast: false
65
matrix:
66
include:
67
- target: i686-unknown-linux-gnu
@@ -115,10 +116,10 @@ jobs:
115
116
117
test_tier2:
118
name: Test tier2
- needs: [test_tier1, style_check]
119
+ # needs: [test_tier1, style_check]
120
runs-on: ubuntu-24.04
121
- fail-fast: true
122
123
max-parallel: 12
124
125
target:
0 commit comments