We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6871e24 commit b9937f4Copy full SHA for b9937f4
.github/workflows/ci_run_tests.yml
@@ -46,5 +46,5 @@ jobs:
46
47
# - run: python -c "import pystrometry; print('Version ' + pystrometry.__version__); print('Path ' + pystrometry.__path__[0])"
48
49
- - run: pytest pystrometry/tests
50
- - run: pytest pystrometry/utils/tests
+ - run: pytest --durations=0 -vs -o log_cli=true pystrometry/tests
+ - run: pytest --durations=0 -vs -o log_cli=true pystrometry/utils/tests
0 commit comments