Skip to content

Commit

Permalink
jenkins: display names/times of 20 slowest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 24, 2023
1 parent 3e41ba8 commit 70eba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pipeline {
python3 -m pip install -e .[dev] # can make [dev,cuda] once cufinufft released?
python3 -m pytest -k "cuda" tests/ --cov -v --error-for-skips
python3 -m pytest -k "cuda" tests/ --cov -v --error-for-skips --durations=20
'''
}
}
Expand Down

0 comments on commit 70eba25

Please sign in to comment.