Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 361 Bytes

development.rst

File metadata and controls

15 lines (9 loc) · 361 Bytes

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"