Skip to content

Commit

Permalink
Merge pull request #519 from ChrisDenton/no-fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Apr 2, 2023
2 parents a3406f9 + 70b4d31 commit b3e5bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
Expand Down Expand Up @@ -156,6 +157,7 @@ jobs:
name: Docker
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
target:
- aarch64-unknown-linux-gnu
Expand Down

0 comments on commit b3e5bb8

Please sign in to comment.