mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Configured Ubuntu and Windows test workflows to use pytest instead of unittest.
This commit is contained in:
parent
ce2673e6eb
commit
48b3076e65
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu-tests.yml
vendored
2
.github/workflows/ubuntu-tests.yml
vendored
|
@ -37,4 +37,4 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest aider/tests
|
||||
pytest
|
||||
|
|
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -37,4 +37,4 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest aider/tests
|
||||
pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue