Skip to content

Commit 2437b7d

Browse files
committed
DROPME don't fail fast
1 parent c9a71dc commit 2437b7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
test_tier1:
6262
name: Test tier1
6363
strategy:
64+
fail-fast: false
6465
matrix:
6566
include:
6667
- target: i686-unknown-linux-gnu
@@ -115,10 +116,10 @@ jobs:
115116

116117
test_tier2:
117118
name: Test tier2
118-
needs: [test_tier1, style_check]
119+
# needs: [test_tier1, style_check]
119120
runs-on: ubuntu-24.04
120121
strategy:
121-
fail-fast: true
122+
fail-fast: false
122123
max-parallel: 12
123124
matrix:
124125
target:

0 commit comments

Comments
 (0)