Skip to content

Commit

Permalink
debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
piket committed Oct 30, 2023
1 parent 23f7d78 commit 0b7bc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7bc74

Please sign in to comment.