Skip to content

Commit

Permalink
Remove fail fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 4, 2024
1 parent 3050507 commit d210c0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
arch: [amd64, 386]

Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false
matrix:
arch: [amd64, 386]

Expand Down

0 comments on commit d210c0e

Please sign in to comment.