File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 timeout-minutes : 15
5050 if : ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
5151 run : |
52- hatch run cov: test --cov-fail-under 50
52+ hatch run test
5353
5454 - name : Run the tests on pypy
5555 timeout-minutes : 15
6161 timeout-minutes : 15
6262 if : ${{ startsWith(matrix.os, 'windows') }}
6363 run : |
64- hatch run cov:nowarn
64+ hatch run test
6565
6666 - name : Check Launcher
6767 run : |
@@ -164,7 +164,7 @@ jobs:
164164
165165 - name : Run the unit tests
166166 run : |
167- hatch -v run test:nowarn
167+ hatch -v run test
168168
169169 test_prereleases :
170170 name : Test Prereleases
@@ -179,7 +179,7 @@ jobs:
179179 dependency_type : pre
180180 - name : Run the tests
181181 run : |
182- hatch run test:nowarn
182+ hatch run test
183183
184184 make_sdist :
185185 name : Make SDist
You can’t perform that action at this time.
0 commit comments