Skip to content

Commit 7f3b850

Browse files
authored
Run tests in CI again (#115)
1 parent 390425f commit 7f3b850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
java-version: 8
1717
- name: Run tests
18-
run: ./mill -i -j $(nproc) __.publishArtifacts __.test
18+
run: ./mill -i all __.publishArtifacts __.test
1919

2020
publish-sonatype:
2121
if: github.repository == 'com-lihaoyi/sourcecode' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)