Skip to content

Commit

Permalink
set fail-fast to true on test matrix (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Oct 28, 2024
1 parent fc95ada commit a41da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
validate:
needs: check-flavor
strategy:
fail-fast: false
fail-fast: true
matrix:
type: [install, upgrade]
flavor: [upstream]
Expand Down

0 comments on commit a41da64

Please sign in to comment.