justheuristic hace 4 años
padre
commit
fe2c74c5cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/run-tests.yml

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

@@ -35,4 +35,4 @@ jobs:
       - name: Test
         run: |
           cd tests
-          python test_averaging.py #--durations=0 --durations-min=1.0 -v
+          pytest test_averaging.py --durations=0 --durations-min=1.0 -v