mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
fix(build-logic): re-enable Test task state tracking
This commit is contained in:
@@ -53,7 +53,6 @@ class KotlinCommonPlugin : Plugin<Project> {
|
||||
withType<Test>().configureEach {
|
||||
maxParallelForks = Runtime.getRuntime().availableProcessors() * 2
|
||||
testLogging { events(TestLogEvent.PASSED, TestLogEvent.SKIPPED, TestLogEvent.FAILED) }
|
||||
doNotTrackState("We want tests to always run even if Gradle thinks otherwise")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user