Windows no random order

This commit is contained in:
Matthias 2022-04-23 14:22:06 +02:00
parent c1a7fc873d
commit 3586c2e984
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ jobs:
- name: Tests
run: |
pytest --random-order --cov=freqtrade --cov-config=.coveragerc
pytest --random-order
- name: Backtesting
run: |