let pytest be more verbose

This commit is contained in:
Kenneth Bingham 2025-03-04 18:49:46 -05:00
parent caadc5b65f
commit ce4491723f
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -124,7 +124,7 @@ jobs:
set -o pipefail
set -o xtrace
pytest --cov=zrok_api
pytest --cov=zrok_api --verbose
# build a release candidate container image for branches named "main" or like "v*"
rc-container-build: