mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
simpler, faster run just failing test
This commit is contained in:
6
.github/workflows/windows-tests.yml
vendored
6
.github/workflows/windows-tests.yml
vendored
@@ -19,10 +19,6 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install universal ctags
|
||||
run: |
|
||||
choco install universal-ctags
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@@ -30,4 +26,4 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
python -m unittest discover -s tests
|
||||
python -m unittest discover -s tests -k test_main_with_empty_git_dir_new_file -v
|
||||
|
||||
Reference in New Issue
Block a user