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 db206db commit bfa3c63Copy full SHA for bfa3c63
.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
28
- go test -v ./...
+ docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
+ go test -v ./...
0 commit comments