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