README: add a hint how to run the unit-tests locally RHEL-16006

This commit is contained in:
Florian Schüller 2024-02-19 18:04:39 +01:00 committed by Ondřej Budai
parent 242df9ab75
commit 80f49a526c

View file

@ -77,6 +77,14 @@ The man-pages require `python-docutils` and can be built via:
make man
```
### Run Tests
To run our tests locally just call
```sh
make unit-tests
```
### Repository:
- **web**: <https://github.com/osbuild/osbuild-composer>