Skip to content

Commit

Permalink
Change CI to actually run one 2 randomized point.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 13, 2022
1 parent 3c2a802 commit 1d92db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
cp config_examples/config_bittrex.example.json config.json
freqtrade create-userdir --userdir user_data
freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --hyperopt-loss SharpeHyperOptLossDaily --print-all
freqtrade hyperopt --datadir tests/testdata -e 6 --strategy SampleStrategy --hyperopt-loss SharpeHyperOptLossDaily --print-all
- name: Flake8
run: |
Expand Down

0 comments on commit 1d92db7

Please sign in to comment.