com-lihaoyi / mill

Mill is a fast JVM build tool that supports Java and Scala. 2-3x faster than Gradle and 5-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible
https://mill-build.org/
MIT License
2.04k stars 331 forks source link

`TestModule.testOnly` should fail if no tests were matched #3204

Closed lefou closed 3 months ago

lefou commented 3 months ago

If there is a typo in the filter string, it can happen, that no test were executed at all.