Skip to content

Commit

Permalink
tests: Print 10 slowest unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Feb 16, 2024
1 parent 72ea40f commit d3239c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Mesa
run: pip install --no-deps .
- name: Test with pytest
run: pytest --cov=mesa tests/ --cov-report=xml
run: pytest --durations=10 --cov=mesa tests/ --cov-report=xml
- if: matrix.os == 'ubuntu'
name: Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d3239c8

Please sign in to comment.