Browse Source

Merge branch 'main' into distributed-deep-ptune

justheuristic 3 năm trước cách đây
mục cha
commit
c0b7dde901
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/run-tests.yaml

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

@@ -90,7 +90,7 @@ jobs:
 
 
           sleep 60  # wait for server to download layers
           sleep 60  # wait for server to download layers
           
           
-          PYTHONPATH=. pytest tests
+          PYTHONPATH=. pytest tests --durations=0 --durations-min=1.0 -v
           
           
           kill -s SIGINT $SERVER1_PID $SERVER2_PID
           kill -s SIGINT $SERVER1_PID $SERVER2_PID
           echo "Done!"
           echo "Done!"