Skip to content

Commit

Permalink
Do not fail fast unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 10, 2022
1 parent a99cf6d commit 683bb24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0 ]
name: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit 683bb24

Please sign in to comment.