justheuristic 4 년 전
부모
커밋
3556577e0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 #test
+          pytest -vvv --durations=0 --durations-min=1.0 #test2
 
   build_and_test_p2pd:
     runs-on: ubuntu-latest