Skip to content

Commit

Permalink
Let either test-32bit cancel the other on failure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EliahKagan committed Jan 18, 2025
1 parent c3d4cff commit 5589984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ jobs:
runner-arch: arm64
runner-os: ubuntu-24.04-arm
toolchain: stable-armv7-unknown-linux-gnueabihf
fail-fast: false # FIXME: Probably remove this.

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

Expand Down

0 comments on commit 5589984

Please sign in to comment.