Skip to content

Commit 25393fb

Browse files
authored
Update config.yml
1 parent 7aaa067 commit 25393fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ version: 2
55
jobs:
66
build:
77
docker:
8-
- image: circleci/golang:1.9
8+
- image: circleci/golang:1.
9+
10+
- image: redislabs/redisgraph:edge
11+
port: 6379:6379
12+
name: redisgraph
913

1014
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
1115
steps:
1216
- checkout
1317
- run: go get -v -t -d ./...
14-
- run: |
15-
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph:edge
16-
go test -v ./...
18+
- run: go test -v ./...

0 commit comments

Comments
 (0)