diff --git a/.github/workflows/ubuntu-tests.yml b/.github/workflows/ubuntu-tests.yml index fe4ce3b36..d8b64cdad 100644 --- a/.github/workflows/ubuntu-tests.yml +++ b/.github/workflows/ubuntu-tests.yml @@ -42,4 +42,4 @@ jobs: - name: Run tests run: | - python -m unittest discover -s tests + python -m unittest discover -s aider/tests diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 6450b853d..de4520aa6 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -41,4 +41,4 @@ jobs: - name: Run tests run: | - python -m unittest discover -s tests + python -m unittest discover -s aider/tests