We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eed33a commit c2c909bCopy full SHA for c2c909b
.github/workflows/run-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
cd tests
47
export HIVEMIND_MEMORY_SHARING_STRATEGY=${{ matrix.os == 'ubuntu' && 'file_descriptor' || 'file_system' }}
48
- pytest --durations=0 --durations-min=1.0 -v -x
+ pytest test_dht* --durations=0 --durations-min=1.0 -v
49
build_and_test_p2pd:
50
runs-on: ubuntu-latest
51
timeout-minutes: 10
0 commit comments