mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
use Loadscope to improve parallel test performance
This commit is contained in:
parent
0a96aa69b9
commit
03fb204408
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -398,7 +398,7 @@ jobs:
|
|||
env:
|
||||
CI_WEB_PROXY: http://152.67.78.211:13128
|
||||
run: |
|
||||
pytest --random-order --longrun --durations 20 -n auto
|
||||
pytest --random-order --longrun --durations 20 -n auto --dist loadscope
|
||||
|
||||
|
||||
# Notify only once - when CI completes (and after deploy) in case it's successfull
|
||||
|
|
Loading…
Reference in New Issue
Block a user