Skip to content

Commit 491cc22

Browse files
committed
Optimisation: narrow GitHub Actions CI on Windows to test-under-investigation
Ref: sphinx-doc#14133 (comment)
1 parent 16d6de9 commit 491cc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Install dependencies
186186
run: uv pip install . --group test
187187
- name: Test with pytest
188-
run: python -m pytest -vv --durations 25
188+
run: python -m pytest -vv --durations 25 tests/test_builders/test_build_linkcheck.py
189189
env:
190190
PYTHONWARNINGS: "error" # treat all warnings as errors
191191

0 commit comments

Comments
 (0)