diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8c030fab..098d79a9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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: