|
@@ -35,6 +35,7 @@ jobs:
|
|
|
- name: Test
|
|
|
run: |
|
|
|
cd tests
|
|
|
+ export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
|
|
|
pytest --durations=0 --durations-min=1.0 -v
|
|
|
build_and_test_p2pd:
|
|
|
runs-on: ubuntu-latest
|
|
@@ -61,6 +62,7 @@ jobs:
|
|
|
- name: Test
|
|
|
run: |
|
|
|
cd tests
|
|
|
+ export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
|
|
|
pytest -k "p2p" -v
|
|
|
codecov_in_develop_mode:
|
|
|
|
|
@@ -87,6 +89,7 @@ jobs:
|
|
|
pip install -e . --no-use-pep517
|
|
|
- name: Test
|
|
|
run: |
|
|
|
- pytest --cov=hivemind -v tests
|
|
|
+ export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
|
|
|
+ pytest --cov hivemind -v tests
|
|
|
- name: Upload coverage to Codecov
|
|
|
uses: codecov/codecov-action@v1
|