Skip to content

Commit 908abc1

Browse files
committedAug 17, 2024
Don't fail fast on the matrix
1 parent 3ce7409 commit 908abc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/scala.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
tests:
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
java: [11, 17, 21]
1415
scala: ["2.13.14", "3.3.3"]

0 commit comments

Comments
 (0)