Skip to content

Commit

Permalink
Toolchain and CI updates (#49)
Browse files Browse the repository at this point in the history
* Mill version 0.11.7
* Parallel CI builds

Pull request: #49
  • Loading branch information
lefou authored Sep 14, 2022
1 parent 3d496de commit 925b2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Run tests
run: ./mill -i all __.publishArtifacts __.test
run: ./mill -i -j 0 __.publishArtifacts + __.test

publish-sonatype:
if: github.repository == 'com-lihaoyi/acyclic' && contains(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.5
0.10.7

0 comments on commit 925b2a3

Please sign in to comment.