Skip to content

Commit daae000

Browse files
authored
only run lib:jvmTest
1 parent 6e17c0d commit daae000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Runs a single command using the runners shell
2626
- name: Run all tests
27-
run: ./gradlew allTest
27+
run: ./gradlew lib:jvmTest
2828

2929
# Runs a set of commands using the runners shell
3030
#- name: Run a multi-line script

0 commit comments

Comments
 (0)