We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d20f1 commit 5475562Copy full SHA for 5475562
.github/workflows/tests+artifacts+pypi.yml
@@ -44,7 +44,7 @@ jobs:
44
pip install -e .
45
pip install -r test-time-requirements.txt
46
pip install pytest-cov
47
- pytest -We tests/unit_tests --cov-report=xml --cov=PySDM
+ pytest --durations=10 -We tests/unit_tests --cov-report=xml --cov=PySDM
48
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
49
uses: codecov/codecov-action@v2
50
with:
@@ -140,7 +140,7 @@ jobs:
140
141
- env:
142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143
- run: pytest -p no:unraisableexception -We
+ run: pytest --durations=10 -p no:unraisableexception -We
144
145
# - if: ${{ failure() }}
146
# uses: mxschmitt/action-tmate@v3
0 commit comments