Skip to content

Commit

Permalink
remove mill support (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Apr 25, 2023
1 parent 57b8a39 commit 14af9e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 343 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,6 @@ jobs:
- name: Binary compatibility
run: sbt ++${{ matrix.scala }} mimaReportBinaryIssues

mill:
name: Mill Sanity Check
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.13.10, 2.12.17]
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
Expand Down Expand Up @@ -99,7 +81,7 @@ jobs:
# When adding new jobs, please add them to `needs` below
all_tests_passed:
name: "all tests passed"
needs: [test, mill, equiv]
needs: [test, equiv]
runs-on: ubuntu-latest
steps:
- run: echo Success!
Expand Down
324 changes: 0 additions & 324 deletions build.sc

This file was deleted.

0 comments on commit 14af9e3

Please sign in to comment.