sbt: add test example (#6739)

This commit is contained in:
Elijah Shackelford
2021-10-07 13:28:53 -04:00
committed by GitHub
parent 90b9dc96f7
commit f0cf3e3a92

View File

@@ -11,6 +11,10 @@
`sbt new {{scala/hello-world.g8}}`
- Compile and run all tests:
`sbt test`
- Delete all generated files in the `target` directory:
`sbt clean`