Skip to content

Commit

Permalink
ci: disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Oct 26, 2023
1 parent 1cf83cc commit ff75112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
test:
name: test ${{ matrix.os }} jdk${{ matrix.java }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 11, 17, 20 ]
Expand All @@ -71,6 +72,7 @@ jobs:
test_graalvm:
name: test ${{ matrix.os }} jdk${{ matrix.java }} GraalVM native-image - ${{ matrix.profiles }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '17', '21' ]
Expand All @@ -89,6 +91,7 @@ jobs:
test_multiarch:
name: test ${{ matrix.arch }} ${{ matrix.distro }} jdk${{ matrix.java }}
strategy:
fail-fast: false
matrix:
include:
# ARM v7
Expand Down

0 comments on commit ff75112

Please sign in to comment.