Document testQuick in welcome screen
This commit is contained in:
parent
5337a8b808
commit
7fffb86246
2 changed files with 6 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ See https://pekko.apache.org for the documentation including the API docs. The d
|
|||
- `sbt compile` compiles the main source for project default version of Scala (2.13)
|
||||
- `sbt +compile` will compile for all supported versions of Scala
|
||||
- `sbt test` will compile the code and run the unit tests
|
||||
- `sbt testQuick` similar to test but when repeated in shell mode will only run failing tests
|
||||
- `sbt package` will build the jars
|
||||
- the jars will built into target dirs of the various modules
|
||||
- for the the 'actor' module, the jar will be built to `actor/target/scala-2.13/`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue