From ce4491723f28005f842892cac0f830c1fb8c259a Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 4 Mar 2025 18:49:46 -0500 Subject: [PATCH] let pytest be more verbose --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: