Skip to content

Commit

Permalink
Make test workflows fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Nov 16, 2023
1 parent 3436fbc commit f731a58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
|| startsWith(github.ref, 'refs/tags/v')
strategy:
fail-fast: true
fail-fast: false

matrix:
build_type: [Debug, Release]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
|| startsWith(github.ref, 'refs/tags/v')
strategy:
fail-fast: true
fail-fast: false

matrix:
build_type: [Debug, Release]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
|| startsWith(github.ref, 'refs/tags/v')
strategy:
fail-fast: true
fail-fast: false

matrix:
build_type: [Debug, Release]
Expand Down

0 comments on commit f731a58

Please sign in to comment.