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 45b6e88 commit 68f12bdCopy full SHA for 68f12bd
.circleci/config.yml
@@ -24,5 +24,5 @@ jobs:
24
# specify any bash command here prefixed with `run: `
25
- run: go get -v -t -d ./...
26
- run: |
27
- docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
+ docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph:edge
28
go test -v ./...
0 commit comments