Skip to content

Commit

Permalink
remove mima check
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 4, 2024
1 parent f53345c commit 82c54b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
java-version: 21
cache: sbt

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

- name: Compress target directories
run: tar cf targets.tar target project/target
Expand Down

0 comments on commit 82c54b0

Please sign in to comment.