Skip to content

Commit

Permalink
Get time it takes to run tests (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 authored Sep 26, 2023
1 parent f5f736e commit dc14cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
run: sleep 3

- name: Run tests
run: python -m pytest ./new_tests -vv
run: python -m pytest ./new_tests -vv --durations=0
working-directory: test

test-lowest-supported-server:
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
run: sleep 5

- name: Run tests
run: python -m pytest ./new_tests/test_admin_*.py
run: python -m pytest ./new_tests/test_admin_*.py -vv --durations=0
working-directory: test

- name: Show logs if failed
Expand Down

0 comments on commit dc14cdf

Please sign in to comment.