pfn / kotlin-plugin

Build kotlin code using sbt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can remove the test limitations

tonilopezmr opened this issue · comments

With the new version, we can run any individual test or all the tests using sbt test or sbt "test-only *ClassName"

I have used sbt run and it's working too, I think we should update the limitation section.