justheuristic пре 3 година
родитељ
комит
d31f97142d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/run-tests.yaml

+ 1 - 1
.github/workflows/run-tests.yaml

@@ -70,6 +70,7 @@ jobs:
           SERVER1_PID=$$
           
           sleep 60  # wait for server to download layers
+          ps aux | grep dht
           
           # test individual blocks
           export PYTHONPATH=. REF_NAME=bloom-testing/test-bloomd-350m
@@ -78,4 +79,3 @@ jobs:
 
           kill $INITIAL_PID $SERVER1_PID
           echo "Done!"
-