소스 검색

win32 ci: show individual tests, give skip reason if tests were skipped

Thomas Waldmann 2 년 전
부모
커밋
829d88e614
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/windows.yml

+ 1 - 1
.github/workflows/windows.yml

@@ -31,4 +31,4 @@ jobs:
         run: |
           ./dist/borg.exe -V
           pip install -e .
-          pytest --benchmark-skip -k "not remote"
+          pytest --benchmark-skip -vv -rs -k "not remote"