From 46796e26ac325b5321f2c30770ac79fdef42d53c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 12 Nov 2023 17:47:25 +0100 Subject: [PATCH] enable mima checks (#278) --- .github/workflows/check-build-test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml index 08439667a..9fc7b56f2 100644 --- a/.github/workflows/check-build-test.yml +++ b/.github/workflows/check-build-test.yml @@ -4,7 +4,6 @@ on: pull_request: push: branches: - - master - main tags-ignore: - v* @@ -37,9 +36,8 @@ jobs: - name: Cache Coursier cache uses: coursier/cache-action@v6.4.0 - # temporarily remove mima checks - - name: "Code style, compile tests, MiMa. Run locally with: sbt +~2.13 \"javafmtCheckAll; Test/compile; mimaReportBinaryIssues\"" - run: sbt "javafmtCheckAll; +Test/compile" + - name: "Code style, compile tests, MiMa. Run locally with: sbt \"javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues\"" + run: sbt "javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues" documentation: name: ScalaDoc, Documentation with Paradox