Skip to content

Commit

Permalink
chore : 테스트 최적화
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Apr 18, 2024
1 parent 0e80b73 commit 1950991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ plugins {
task("clean", Delete::class) {
delete = setOf(rootProject.buildDir)
}

task("btTest") {
dependsOn(":domain:test", ":data:testDebugUnitTest", ":presentation:testDebugUnitTest")
}

0 comments on commit 1950991

Please sign in to comment.