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