mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
add redis service
This commit is contained in:
parent
277832335f
commit
f8dc707c88
|
@ -3,7 +3,9 @@ language: go
|
|||
go:
|
||||
- 1.14
|
||||
- 1.15
|
||||
services:
|
||||
- redis-server
|
||||
before_script:
|
||||
- go mod download
|
||||
- go mod download
|
||||
script:
|
||||
- go test -v ./pkg/...
|
||||
- go test -v ./pkg/...
|
||||
|
|
Loading…
Reference in New Issue
Block a user