From ec7f78a500eca17d4cf609d691851cb2a03f36fb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 10 Jun 2024 15:39:18 -0700 Subject: [PATCH] Run tests in aider/tests --- .github/workflows/ubuntu-tests.yml | 2 +- .github/workflows/windows-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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