Skip to content

Commit b9a573a

Browse files
authored
Update build.yml
1 parent 747cdc7 commit b9a573a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- name: Format Check
1717
if: matrix.scala == '2.13.1'
1818
run: sbt ++${{matrix.scala}} fmtCheck
19-
- name: Tests
20-
run: sbt ++${{matrix.scala}} test
19+
- name: JVM
20+
run: sbt ++${{matrix.scala}} coreJVM/test
21+
- name: JS
22+
if: matrix.scala == '2.13.1' || matrix.scala == '2.12.10'
23+
run: sbt ++${{matrix.scala}} coreJS/test
2124
- name: Mima
2225
run: sbt ++${{matrix.scala}} mimaReportBinaryIssues

0 commit comments

Comments
 (0)