justheuristic 4 vuotta sitten
vanhempi
commit
4bcdf0b969
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/run-tests.yml

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

@@ -33,7 +33,7 @@ jobs:
       - name: Test
         run: |
           cd tests
-          pytest -vvv --durations=0 --durations-min=1.0 #test4
+          pytest -vvv --durations=0 --durations-min=1.0 #test5
 
   build_and_test_p2pd:
     runs-on: ubuntu-latest