Skip to content

Commit

Permalink
improve module explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Feb 21, 2024
1 parent 276fd8b commit e841c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ lazy val `alpakka-kafka` =
| builds all of the docs
|
| test
| runs all the tests
| runs all the tests, most using Kafka in TestContainers
|
| integrationTests/test
| run integration tests backed by Docker containers
| run integration tests using multiple Kafka brokers via TestContainers
|
| tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
| run a single test with an exact name (use -z for partial match)
Expand Down

0 comments on commit e841c97

Please sign in to comment.