Skip to content

Commit bac5235

Browse files
authored
Run tests in CI again (com-lihaoyi#254)
1 parent b222fcf commit bac5235

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 __.publishArtifacts __.test
18+
run: ./mill -i all __.publishArtifacts __.test
1919

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

0 commit comments

Comments
 (0)