Add testQuickUntilPassed

This commit is contained in:
Matthew de Detrich 2023-07-06 14:28:15 +02:00 committed by Matthew de Detrich
parent 8d990a631a
commit 23becc4565
3 changed files with 51 additions and 0 deletions

View file

@ -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/`