Skip to content

Commit 98c4d32

Browse files
committed
Add Scala Next tests for macros in the CI build
1 parent d66d027 commit 98c4d32

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
@@ -47,6 +47,9 @@ jobs:
4747
uses: actions/setup-node@v4
4848
with:
4949
node-version: 16
50-
- name: Test and Check Binary Compatibility
51-
run: "sbt -batch +test +mimaReportBinaryIssues"
50+
- name: Test with Scala Next
51+
run: "sbt ++3.7.3! jsoniter-scala-macrosJVM/test jsoniter-scala-next-testsJVM/test"
52+
shell: bash
53+
- name: Test with Scala 2 and 3 LTS and Check Binary Compatibility
54+
run: "sbt -batch +clean +test +mimaReportBinaryIssues"
5255
shell: bash

0 commit comments

Comments
 (0)