mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
github: link market data
This commit is contained in:
parent
ca594e7883
commit
7a8ae7cd01
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -69,6 +69,12 @@ jobs:
|
|||
- name: Build
|
||||
run: go build -v ./cmd/bbgo
|
||||
|
||||
- name: Link Market Data
|
||||
run: |
|
||||
mkdir -p ~/.bbgo/cache
|
||||
ln -s $PWD/data/binance-markets.json ~/.bbgo/cache/binance-markets.json
|
||||
touch data/binance-markets.json
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
go test -race -coverprofile coverage.txt -covermode atomic ./pkg/...
|
||||
|
|
Loading…
Reference in New Issue
Block a user