Only prints failures, errors and skips, not passed tests

This commit is contained in:
Trenton H 2023-01-04 09:01:49 -08:00
parent d7939ca958
commit a340b9c8a1

View 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