We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7498415 commit 360ee1dCopy full SHA for 360ee1d
.github/workflows/ci.yml
@@ -28,5 +28,6 @@ jobs:
28
29
- name: Run tests
30
run: |
31
+ mill -k --disable-ticker __.resolvedIvyDeps &&
32
mill -j 0 -k --disable-ticker __.checkFormat &&
33
mill -j 0 -k --disable-ticker __.test
0 commit comments