Skip to content

Commit

Permalink
TST Report slowest tests (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan authored Mar 12, 2024
1 parent 3b63996 commit a9425d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ doctest_optionflags = [
]

[tool.pytest.ini_options]
addopts = "--cov=src/peft --cov-report=term-missing"
addopts = "--cov=src/peft --cov-report=term-missing --durations=10"
markers = [
"single_gpu_tests: tests that run on a single GPU",
"multi_gpu_tests: tests that run on multiple GPUs",
Expand Down

0 comments on commit a9425d1

Please sign in to comment.