Scala template with tests How to execute mill build Mac & Linux : ./mill Windows : .\mill Compile ./mill foo.compile With watch mode ./mill -w foo.compile Test ./mill foo.test With watch mode ./mill -w foo.test Run ./mill foo.run --text=so fast