Browse Source

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

Thomas Waldmann 2 years ago
parent
commit
829d88e614
1 changed files with 1 additions and 1 deletions
  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"