File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 93
93
run : python -m pip install .[test]
94
94
95
95
- 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
97
97
98
98
- name : Upload coverage report
99
99
uses : codecov/codecov-action@v4
@@ -136,7 +136,7 @@ jobs:
136
136
run : python -m pip install .[test]
137
137
138
138
- 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
140
140
141
141
cygwin :
142
142
runs-on : windows-latest
@@ -210,6 +210,6 @@ jobs:
210
210
shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
211
211
212
212
- 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
214
214
shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
215
215
You can’t perform that action at this time.
0 commit comments