Skip to content

Commit

Permalink
Update pytest command in CI workflow to run tests with a single worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Movchan committed Dec 11, 2024
1 parent 321375c commit 4644ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Test with pytest
env:
SNOWFLAKE_TEST_PARAMETERS: ${{ secrets.SNOWFLAKE_TEST_PARAMETERS }}
run: poetry run pytest -vv
run: poetry run pytest -vv -n 1

0 comments on commit 4644ac9

Please sign in to comment.