Skip to content

Commit 82c54b0

Browse files
committed
remove mima check
1 parent f53345c commit 82c54b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
java-version: 21
4141
cache: sbt
4242

43-
- run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' test mimaReportBinaryIssues
43+
- run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' test
4444

4545
- name: Compress target directories
4646
run: tar cf targets.tar target project/target

0 commit comments

Comments
 (0)