We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747cdc7 commit b9a573aCopy full SHA for b9a573a
.github/workflows/build.yml
@@ -16,7 +16,10 @@ jobs:
16
- name: Format Check
17
if: matrix.scala == '2.13.1'
18
run: sbt ++${{matrix.scala}} fmtCheck
19
- - name: Tests
20
- run: sbt ++${{matrix.scala}} test
+ - name: JVM
+ 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
24
- name: Mima
25
run: sbt ++${{matrix.scala}} mimaReportBinaryIssues
0 commit comments