From 7f9c76c8f19a7bc43ed7b5b025967c8201f025a7 Mon Sep 17 00:00:00 2001 From: TimotheeMathieu Date: Sat, 14 Dec 2024 09:59:16 +0100 Subject: [PATCH] get more detail why test fail --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c4541e..464a02c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,4 +28,4 @@ jobs: - name: test run: | - pytest --cov=guix_env tests \ No newline at end of file + pytest -s --cov=guix_env tests \ No newline at end of file