Development and testing

Install podman and use the following command to run all tests in a container. It doesn’t require any additional dependencies:

make container-ci

Use the command below to run only the unit tests:

make container-ci CI_CMD="make test"