Skip to content

Commit a3180ac

Browse files
committed
e run tests even when one build fails
1 parent 747bab6 commit a3180ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
runs-on: ${{ matrix.os }}-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
java: ['8', '11', '16', '17-ea']
1516
os: [ ubuntu, windows ]

0 commit comments

Comments
 (0)