Skip to content

Commit

Permalink
CI: disable fail-fast
Browse files Browse the repository at this point in the history
This will allow the builds on non-failing platforms to finish instead of failing all if only one platform fails.

For now this new behavior is preferable for us, because sometimes the tests may be flaky.
  • Loading branch information
ForNeVeR committed Jan 6, 2024
1 parent 4471df3 commit d63258c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
image: [ macos-12, ubuntu-20.04, windows-2019 ]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d63258c

Please sign in to comment.