-
Run unit tests:
sbt test
-
Run integration tests:
- Build the Docker image:
Note: Build the Docker image whenever the consensus client code is updated, including after pulling from the repository.
sbt docker
- Run the integration tests:
sbt "consensus-client-it/test"
- See logs in
consensus-client-it/target/test-logs
.
- Build the Docker image: