Skip to content

Commit

Permalink
ci: disables fail fast to get all feedback at once
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Jan 15, 2025
1 parent e61eabb commit 5a2205a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
timeout-minutes: 40
strategy:
max-parallel: 10
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
library :
Expand Down

0 comments on commit 5a2205a

Please sign in to comment.