1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 15:57:15 +00:00

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

This commit is contained in:
Thomas Waldmann 2023-01-13 20:15:39 +01:00
parent 38152c8e5d
commit 829d88e614
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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"