mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add more commands to the release test
This commit is contained in:
parent
c1c2b03c90
commit
9ffed1d5b9
|
@ -1,4 +1,12 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
echo "testing sync..."
|
||||
dotenv -f .env.local.mysql -- go run ./cmd/bbgo sync --session binance --config config/sync.yaml
|
||||
dotenv -f .env.local.sqlite -- go run ./cmd/bbgo sync --session binance --config config/sync.yaml
|
||||
|
||||
echo "backtest sync..."
|
||||
echo "backtest mysql sync..."
|
||||
dotenv -f .env.local.mysql -- go run ./cmd/bbgo backtest --config config/dca.yaml --sync --sync-only --verify
|
||||
|
||||
echo "backtest sqlite sync..."
|
||||
dotenv -f .env.local.sqlite -- go run ./cmd/bbgo backtest --config config/dca.yaml --sync --sync-only --verify
|
||||
|
|
Loading…
Reference in New Issue
Block a user