From 1b3fb2c394a0e6b99323000172672aa7ae76d03e Mon Sep 17 00:00:00 2001 From: Egor Kostan Date: Sun, 31 Aug 2025 17:11:08 -0700 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c9c9d86..4d96db1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -26,4 +26,4 @@ jobs: pip install pytest - name: Run pytest - run: pytest --verbose --ignore=solutions \ No newline at end of file + run: pytest . --verbose --ignore=solutions --log-cli-level=INFO \ No newline at end of file