Skip to content

Commit

Permalink
set parallel workers to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
piket committed Nov 3, 2023
1 parent 429f71c commit 899a1d3
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 @@ -90,7 +90,7 @@ jobs:
- name: Install dependencies
run: make install-python-ci-dependencies
- name: Test Python
run: pytest -n 3 --cov=./ --cov-report=xml --color=yes sdk/python/tests -o log_cli=true
run: pytest -n 2 --cov=./ --cov-report=xml --color=yes sdk/python/tests -o log_cli=true

unit-test-go:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 899a1d3

Please sign in to comment.