Skip to content

Commit

Permalink
Log test durations (#5896)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Jan 27, 2025
1 parent b35d598 commit 47a7d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ format: check_venv check_docker

.PHONY: test
test: check_python
coverage run -m unittest discover test --verbose
coverage run -m unittest discover --verbose --durations 0 test

.PHONY: test_list
test_list: check_python
Expand All @@ -249,7 +249,7 @@ tag: check_branch

.PHONY: integration_test
integration_test: check_python check_branch $(project_root)/lambdas/service/.chalice/config.json
python -m unittest -v integration_test
python -m unittest --verbose --durations 0 integration_test

.PHONY: check_clean
check_clean: check_env
Expand Down

0 comments on commit 47a7d0f

Please sign in to comment.