Skip to content

Commit

Permalink
Remove test task
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 16, 2024
1 parent 86409da commit 77e3990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"test_steps": [
"{gradlew} apiCheck",
"{gradlew} test jvmTest"
"{gradlew} jvmTest"
],
"targets": {
"linux": {
Expand All @@ -31,7 +31,7 @@
],
"!test_steps": [
"{gradlew} apiCheck",
"{gradlew} test jvmTest -Dlibcrypto.path={libcrypto_path}"
"{gradlew} jvmTest -Dlibcrypto.path={libcrypto_path}"
]
}
}
Expand Down

0 comments on commit 77e3990

Please sign in to comment.