Skip to content

Commit 89299dc

Browse files
committed
only run jvm tests in ci
1 parent 1eee3c5 commit 89299dc

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
@@ -29,7 +29,7 @@ jobs:
2929
java-version: ${{ matrix.java }}
3030
- name: Run JVM tests
3131
run: |
32-
./mill -i -k "unroll[_].tests[_].__.run"
32+
./mill -i -k "unroll[_].tests[_].__.jvm.run"
3333
3434
3535
publish-sonatype:

0 commit comments

Comments
 (0)