mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
run tests without [hf-embed] first
This commit is contained in:
parent
48b3076e65
commit
37ebe83893
3 changed files with 8 additions and 2 deletions
3
.github/workflows/ubuntu-tests.yml
vendored
3
.github/workflows/ubuntu-tests.yml
vendored
|
@ -37,4 +37,5 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
pytest --ignore=aider/tests/test_help.py
|
||||
pytest aider/tests/test_help.py
|
||||
|
|
4
.github/workflows/windows-tests.yml
vendored
4
.github/workflows/windows-tests.yml
vendored
|
@ -37,4 +37,6 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
pytest --ignore=aider/tests/test_help.py
|
||||
pytest aider/tests/test_help.py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue