mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Previously some tests (e.g. FileHashTest) were executed multiple times in each test task. This change splits tests in the following way: * `testGradle-<VERSION>` task only runs `org.jetbrains.compose.gradle.*` tests with the corresponding Gradle version; * `test` runs all other tests once; * `check` runs all tests and checks;