cut down the test suite for faster testing, again

This commit is contained in:
Jean-Paul Calderone 2023-08-09 09:36:32 -04:00
parent 7ebb3a2ead
commit 3e1f62fd7b

View File

@ -227,7 +227,7 @@ jobs:
# Run the test suite under coverage measurement using the
# parameterized version of Python, writing subunitv2-format
# results to the file given in the environment.
py -<<parameters.pythonVersion>> -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata
py -<<parameters.pythonVersion>> -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata.test.test_uri
- "run":
name: "Upload Coverage"