mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Merge pull request #1069 from kozistr/feature/boost-pytest
Boost speed of `test`
This commit is contained in:
commit
a79b2f3328
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -48,4 +48,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libtcmalloc.so.4
|
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libtcmalloc.so.4
|
||||||
run: |
|
run: |
|
||||||
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
pytest -vv --durations=0 ./tests
|
pytest -vv --durations=0 ./tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user