justheuristic 4 years ago
parent
commit
fe2c74c5cf
1 changed files with 1 additions and 1 deletions
  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