Skip to content

Commit 832a098

Browse files
authored
Merge pull request com-lihaoyi#243 from com-lihaoyi/remove-j-nproc
Avoid running tests with `-j $(nproc)`
2 parents de7b4a5 + a347c14 commit 832a098

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 __.publishArtifacts __.test
1919

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

0 commit comments

Comments
 (0)