From 09c4baf90ca61c06fd87467110f62db5b6a999c2 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Mon, 22 Mar 2021 19:35:04 +0000 Subject: Fix mill compile and add to CI (#2147) * fix for #2071 * add mill compile to CI--- .github/workflows/test.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6af7cbd..4e0c8125 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,24 @@ jobs: - name: Binary compatibility run: sbt ++${{ matrix.scala }} mimaReportBinaryIssues + mill: + name: Mill Sanity Check + runs-on: ubuntu-latest + strategy: + matrix: + scala: [2.13.4, 2.12.13] + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup Scala + uses: olafurpg/setup-scala@v10 + - name: Cache + uses: coursier/cache-action@v5 + - name: Setup Mill + uses: jodersky/setup-mill@v0.2.3 + - name: Mill sanity check + run: mill _[${{ matrix.scala }}].compile + # TODO find better way to express Ops and AddNot as single test equiv: name: formal equivalence -- cgit v1.2.3