Add testQuickUntilPassed
This commit is contained in:
parent
8d990a631a
commit
23becc4565
3 changed files with 51 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ See https://pekko.apache.org for the documentation including the API docs. The d
|
|||
- `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 testQuickUntilPassed` similar to testQuick but will loop until tests pass.
|
||||
- `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