Skip to content

Commit 5589984

Browse files
committed
Let either test-32bit cancel the other on failure
Neither is expected to fail, so this is analogous to most of the other matrix jobs, such as `test-fast`, with no more of a reason than there to use `fail-fast: true`. So this removes that.
1 parent c3d4cff commit 5589984

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ jobs:
211211
runner-arch: arm64
212212
runner-os: ubuntu-24.04-arm
213213
toolchain: stable-armv7-unknown-linux-gnueabihf
214-
fail-fast: false # FIXME: Probably remove this.
215214

216215
runs-on: ${{ matrix.runner-os }}
217216

0 commit comments

Comments
 (0)