Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6a03fc

Browse files
committed
DEBUG: limit tests being run
1 parent c505374 commit b6a03fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: python -m pip install .[test]
9494

9595
- name: Run tests
96-
run: python -m pytest --showlocals -vv --cov --cov-report=xml -k in
96+
run: python -m pytest tests/test_wheel.py --showlocals -vv --cov --cov-report=xml -k in
9797

9898
- name: Upload coverage report
9999
uses: codecov/codecov-action@v4
@@ -136,7 +136,7 @@ jobs:
136136
run: python -m pip install .[test]
137137

138138
- name: Run tests
139-
run: python -m pytest --showlocals -vv -k in
139+
run: python -m pytest tests/test_wheel.py --showlocals -vv -k in
140140

141141
cygwin:
142142
runs-on: windows-latest
@@ -210,6 +210,6 @@ jobs:
210210
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
211211

212212
- name: Run tests
213-
run: python -m pytest --showlocals -vv -k in
213+
run: python -m pytest tests/test_wheel.py --showlocals -vv -k in
214214
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
215215

0 commit comments

Comments
 (0)