Skip to content

Commit

Permalink
Try DHT tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Aug 23, 2023
1 parent 2eed33a commit c2c909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
cd tests
export HIVEMIND_MEMORY_SHARING_STRATEGY=${{ matrix.os == 'ubuntu' && 'file_descriptor' || 'file_system' }}
pytest --durations=0 --durations-min=1.0 -v -x
pytest test_dht* --durations=0 --durations-min=1.0 -v
build_and_test_p2pd:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit c2c909b

Please sign in to comment.