fix: remove max-parallel and allow fast fail

This commit is contained in:
Connor Tumbleson 2021-08-28 14:10:06 -04:00 committed by Connor Tumbleson
parent 5aba17d81c
commit 545ba6ae75

View File

@ -15,8 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Build/Test (JDK ${{ matrix.java }}, ${{ matrix.os }})
strategy:
fail-fast: false
max-parallel: 10
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
java: [ 8, 9, 10, 11, 12, 13, 14 ]