|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
- name: Build Environment
|
|
|
run: make build
|
|
|
- name: Run Tests
|
|
|
- run: poetry run pytest --forked --cov=openhands --cov-report=xml -svv ./tests/unit --ignore=tests/unit/test_memory.py
|
|
|
+ run: poetry run pytest --forked -n auto --cov=openhands --cov-report=xml -svv ./tests/unit --ignore=tests/unit/test_memory.py
|
|
|
- name: Upload coverage to Codecov
|
|
|
uses: codecov/codecov-action@v4
|
|
|
env:
|