We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaa067 commit 25393fbCopy full SHA for 25393fb
.circleci/config.yml
@@ -5,12 +5,14 @@ version: 2
5
jobs:
6
build:
7
docker:
8
- - image: circleci/golang:1.9
+ - image: circleci/golang:1.
9
+
10
+ - image: redislabs/redisgraph:edge
11
+ port: 6379:6379
12
+ name: redisgraph
13
14
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
15
steps:
16
- checkout
17
- run: go get -v -t -d ./...
- - run: |
- docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph:edge
- go test -v ./...
18
+ - run: go test -v ./...
0 commit comments