diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 605a8a1ea..c639066a2 100644 --- a/.github/workflows/windows.yml +++ b/.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"