Skip to content

Commit

Permalink
Don't fail-fast on tests
Browse files Browse the repository at this point in the history
This at least allows testing all platforms regardless of platform-specific failures.

Update main.yml
  • Loading branch information
ChrisDenton committed Apr 2, 2023
1 parent a3406f9 commit 70b4d31
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 70b4d31

Please sign in to comment.