Run tests in aider/tests

This commit is contained in:
Paul Gauthier 2024-06-10 15:39:18 -07:00
parent 044ebfabe9
commit ec7f78a500
2 changed files with 2 additions and 2 deletions

View file

@ -42,4 +42,4 @@ jobs:
- name: Run tests
run: |
python -m unittest discover -s tests
python -m unittest discover -s aider/tests

View file

@ -41,4 +41,4 @@ jobs:
- name: Run tests
run: |
python -m unittest discover -s tests
python -m unittest discover -s aider/tests