automation: make unittest verbose

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
This commit is contained in:
Sandro Bonazzola
2022-09-12 17:57:23 +02:00
committed by Sandro Bonazzola
parent 9bc8e6a4c9
commit af58296984

View File

@@ -23,7 +23,7 @@ jobs:
sudo apt-get install build-essential python3-dev
pip install -r requirements.txt
- name: Run unit tests
run: python -m coverage run -a -m unittest discover -s tests
run: python -m coverage run -a -m unittest discover -s tests -v
- name: Run CI
run: |
./CI/run.sh