Skip to content

Commit 77e3990

Browse files
committed
Remove test task
1 parent 86409da commit 77e3990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"test_steps": [
2121
"{gradlew} apiCheck",
22-
"{gradlew} test jvmTest"
22+
"{gradlew} jvmTest"
2323
],
2424
"targets": {
2525
"linux": {
@@ -31,7 +31,7 @@
3131
],
3232
"!test_steps": [
3333
"{gradlew} apiCheck",
34-
"{gradlew} test jvmTest -Dlibcrypto.path={libcrypto_path}"
34+
"{gradlew} jvmTest -Dlibcrypto.path={libcrypto_path}"
3535
]
3636
}
3737
}

0 commit comments

Comments
 (0)