From 3be7bbbf882aca8f5c3941f1917d788c30a2ddc3 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 23 Mar 2023 14:06:36 +0100 Subject: [PATCH] ci: binja: log more --- .github/workflows/bn-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bn-tests.yml b/.github/workflows/bn-tests.yml index 042fe9fe..e17415f1 100644 --- a/.github/workflows/bn-tests.yml +++ b/.github/workflows/bn-tests.yml @@ -41,4 +41,4 @@ jobs: - name: Run tests env: BN_LICENSE: ${{ secrets.BN_LICENSE }} - run: pytest -v tests/test_binja_features.py + run: pytest --capture=no --log-cli-level=WARN -v tests/test_binja_features.py