Skip to content

Commit

Permalink
ensure that all tests run even if one of them fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 8, 2025
1 parent e0031b6 commit 1855ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ jobs:
if: ${{ ! cancelled() && needs.build.result == 'success' }}

strategy:
fail-fast: false
matrix:
unstable: [false]
backend:
Expand Down

0 comments on commit 1855ae1

Please sign in to comment.