Преглед изворни кода

Merge branch 'main' into distributed-deep-ptune

justheuristic пре 3 година
родитељ
комит
c0b7dde901
1 измењених фајлова са 1 додато и 1 уклоњено
  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
           
-          PYTHONPATH=. pytest tests
+          PYTHONPATH=. pytest tests --durations=0 --durations-min=1.0 -v
           
           kill -s SIGINT $SERVER1_PID $SERVER2_PID
           echo "Done!"