Skip to content

Commit

Permalink
build: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Liyan Zhao <return65535@qq.com>
  • Loading branch information
zly2006 committed Apr 13, 2024
1 parent aa41f74 commit 3db8906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@file:Suppress("PropertyName")

import org.jetbrains.kotlin.incremental.createDirectory
import kotlin.io.path.absolutePathString
import kotlin.math.floor

Expand Down Expand Up @@ -106,7 +107,7 @@ allprojects {
}

test {
workingDir = file("run")
workingDir = file("run").apply { createDirectory() }
useJUnitPlatform()
}

Expand Down

0 comments on commit 3db8906

Please sign in to comment.