feat(ci): shard test suite and enable JUnit 5 parallel execution (#4977)

This commit is contained in:
James Rich 2026-04-03 08:08:49 -05:00 committed by GitHub
parent 7e041c00e1
commit 51251ab16a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 438 additions and 2730 deletions

View file

@ -17,9 +17,9 @@
package org.meshtastic.core.ui.timezone
import kotlinx.datetime.TimeZone
import org.junit.Assert.assertEquals
import org.junit.Test
import org.meshtastic.core.model.util.toPosixString
import kotlin.test.Test
import kotlin.test.assertEquals
class ZoneIdExtensionsTest {