diff --git a/.github/workflows/pytest.yml b/.github/workflows/test-all.yml similarity index 94% rename from .github/workflows/pytest.yml rename to .github/workflows/test-all.yml index 20958f5c1..cc501cf5f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/test-all.yml @@ -34,7 +34,7 @@ jobs: virtualenvs-create: true virtualenvs-in-project: true #---------------------------------------------- - # load cached venv if cache exists #! This Breaks Stuff + # load cached venv if cache exists #---------------------------------------------- - name: Load cached venv id: cached-poetry-dependencies @@ -51,6 +51,6 @@ jobs: #---------------------------------------------- # run test suite #---------------------------------------------- - - name: Run tests + - name: Run Test Suite run: | make test-all