Skip to content

Commit

Permalink
duration for unit tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-dbx committed Dec 16, 2021
1 parent 074dd1e commit 2798986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/superset-python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Python unit tests
if: steps.check.outcome == 'failure'
run: |
pytest ./tests/unit_tests --cache-clear
pytest --durations=0 ./tests/unit_tests --cache-clear
- name: Upload code coverage
if: steps.check.outcome == 'failure'
run: |
Expand Down

0 comments on commit 2798986

Please sign in to comment.