mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-23 01:19:30 -06:00
[Python]: Pytest improvements (#2348)
* feat: try running in parallel in CI * fix: simplify * feat: add task * fix: increase retry delay
This commit is contained in:
2
.github/workflows/sdk-python.yml
vendored
2
.github/workflows/sdk-python.yml
vendored
@@ -146,7 +146,7 @@ jobs:
|
||||
run: |
|
||||
echo "Using HATCHET_CLIENT_NAMESPACE: $HATCHET_CLIENT_NAMESPACE"
|
||||
|
||||
poetry run pytest -s -vvv --maxfail=5 --capture=no --retries 3 --retry-delay 2
|
||||
poetry run pytest -s -vvv --maxfail=5 --capture=no --retries 3 --retry-delay 2 -n auto
|
||||
|
||||
- name: Upload engine logs
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user