From 0b7bc742fe945385ee38c27a6f896f9a62b8179b Mon Sep 17 00:00:00 2001 From: Timon Pike Date: Mon, 30 Oct 2023 11:54:37 -0700 Subject: [PATCH] debug test failure --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index f690326598..a6f124cf06 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -80,7 +80,7 @@ jobs: - name: Install dependencies run: make install-python-ci-dependencies - name: Test Python - run: pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests + run: pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests -0 log_cli=true unit-test-go: runs-on: ubuntu-latest