Skip to content

Commit

Permalink
Use the built-in ios test task
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Mar 11, 2020
1 parent 8854e04 commit 0f53be2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
".circleci/config.yml" }}-macos
- run:
name: Run Tests
command: ./gradlew macosTest iosTest
command: ./gradlew macosTest iosX64Test
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ kotlin {
}
}

apply from: 'gradle/ios-test.gradle'

task nativeTest {
dependsOn(linuxTest, macosTest, iosTest)
dependsOn(linuxTest, macosTest, iosX64Test)
}

task test {
Expand Down
9 changes: 0 additions & 9 deletions gradle/ios-test.gradle

This file was deleted.

0 comments on commit 0f53be2

Please sign in to comment.