From 829d88e6148671afad1cbc19f916ca2e53958496 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 13 Jan 2023 20:15:39 +0100 Subject: [PATCH] win32 ci: show individual tests, give skip reason if tests were skipped --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"