back to the full test suite

This commit is contained in:
Jean-Paul Calderone 2023-08-09 11:03:33 -04:00
parent e1269c836d
commit 89506a6f82

View File

@ -247,7 +247,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.
python -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata.test.test_uri
python -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata
- "run":
name: "Upload Coverage"