From e1eb3ed6208b68c3c3470a680fcd0bb13636b6c1 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 21 Jun 2022 12:23:23 +0200 Subject: [PATCH] -s --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3556345..9809436 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: task: # --show-capture=no on purpose - name: Test run: | - pytest --color=yes tests/ + pytest -s --color=yes tests/ include: - python: '3.10'