[+] Run tests

This commit is contained in:
Azalea
2026-03-29 16:57:32 -04:00
parent 577552e9a3
commit 9b4e35f561
2 changed files with 6 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ tasks.processResources {
}
tasks.test {
enabled = false
enabled = project.hasProperty("runTests")
useJUnitPlatform()
jvmArgs("-Dkotest.assertions.collection.print.size=100")
}

5
docs/dev/testing.md Normal file
View File

@@ -0,0 +1,5 @@
```
gradle test -PrunTests --tests Mai2Test
```