Skip to content

Commit

Permalink
Add fail-fast to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 23, 2023
1 parent 5b7e52e commit a1f4bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false

matrix:
os:
- ubuntu-latest
Expand Down

0 comments on commit a1f4bfc

Please sign in to comment.