mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
Run tests in aider/tests
This commit is contained in:
parent
044ebfabe9
commit
ec7f78a500
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu-tests.yml
vendored
2
.github/workflows/ubuntu-tests.yml
vendored
|
@ -42,4 +42,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
python -m unittest discover -s tests
|
python -m unittest discover -s aider/tests
|
||||||
|
|
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -41,4 +41,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
python -m unittest discover -s tests
|
python -m unittest discover -s aider/tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue