Merge pull request #1069 from kozistr/feature/boost-pytest

Boost speed of `test`
pull/659/merge
Ross Wightman 3 years ago committed by GitHub
commit a79b2f3328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,4 +48,5 @@ jobs:
env:
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libtcmalloc.so.4
run: |
export PYTHONDONTWRITEBYTECODE=1
pytest -vv --durations=0 ./tests

Loading…
Cancel
Save