diff --git a/.github/workflows/ci_pytest.yml b/.github/workflows/ci_pytest.yml index 1286b12..7352d66 100644 --- a/.github/workflows/ci_pytest.yml +++ b/.github/workflows/ci_pytest.yml @@ -45,4 +45,5 @@ jobs: - name: verbose pytest run: | cd tests + python -m pytest unit_tests.py python -m pytest unit_tests.py -v