From d6570d07e60d216ab71464dd1b1bc3e54db07646 Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:35:04 +0200 Subject: [PATCH] chore: make pytest output more readable --- .github/workflows/python_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 1fea3f7..fdfa0fd 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -42,7 +42,7 @@ jobs: - name: Test with pytest run: | - poetry run pytest -v + poetry run pytest check_examples: runs-on: ${{matrix.os}}