Skip to content

Commit c2c909b

Browse files
committed
Try DHT tests only
1 parent 2eed33a commit c2c909b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
cd tests
4747
export HIVEMIND_MEMORY_SHARING_STRATEGY=${{ matrix.os == 'ubuntu' && 'file_descriptor' || 'file_system' }}
48-
pytest --durations=0 --durations-min=1.0 -v -x
48+
pytest test_dht* --durations=0 --durations-min=1.0 -v
4949
build_and_test_p2pd:
5050
runs-on: ubuntu-latest
5151
timeout-minutes: 10

0 commit comments

Comments
 (0)