diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b312f2..481b0a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,9 +32,9 @@ jobs: pip install -e . pip install -r "test_requirements.txt" pip --version - - name: Run tests with haas - run: | - python -m haas --log-level debug haas.tests.test_haas_application.TestHaasApplication.test_multiple_start_directories - name: Run tests with unittest run: | - python -m unittest discover -v -t . haas + python -m unittest -v -t . haas.tests.test_haas_application.TestHaasApplication.test_multiple_start_directories + - name: Run tests with haas + run: | + python -m haas haas