mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-02 21:41:41 +01:00
Remove forking during tests
This commit is contained in:
parent
e774aec5fc
commit
a25a764991
@ -21,8 +21,7 @@ tasks {
|
||||
}
|
||||
withType<Test> {
|
||||
useJUnitPlatform()
|
||||
// Present until tests all succeed without
|
||||
maxParallelForks = Runtime.getRuntime().availableProcessors()
|
||||
setForkEvery(1)
|
||||
// Viewable packets make tracking harder. Could be re-enabled later.
|
||||
jvmArgs("-Dminestom.viewable-packet=false")
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user