Skip to content

Commit

Permalink
Disable fail-fast in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 15, 2024
1 parent a325e1e commit 9aa7057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- target: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 9aa7057

Please sign in to comment.