]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Only prints failures, errors and skips, not passed tests
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 4 Jan 2023 17:01:49 +0000 (09:01 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 5 Jan 2023 16:39:48 +0000 (08:39 -0800)
.github/workflows/ci.yml

index afdfa646e3eefab68c19b7b9d551cb878b299f39..d0015fd4973d0c3454d971f048dd8322bd1d3d85 100644 (file)
@@ -149,7 +149,7 @@ jobs:
         name: Tests
         run: |
           cd src/
-          pipenv run pytest -rfEp
+          pipenv run pytest -ra
       -
         name: Get changed files
         id: changed-files-specific