diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc8f38a..3b2b5f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,4 +67,5 @@ jobs: - name: Test with pytest run: | cd tests - pytest unit_tests.py -s + pytest unit_tests.py +