fix clustertests

This commit is contained in:
Mahesh Arumugam 2021-07-19 12:17:59 -07:00
parent 858f889745
commit a021412d00
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ executors:
docker:
- image: circleci/golang:<< parameters.version >>
resource_class: << parameters.resource_class >>
working_directory: /go/src/github.com/pilosa/pilosa
working_directory: /go/src/github.com/molecula/featurebase
commands:
add-github-auth:

View file

@ -1,3 +1,3 @@
FROM ptest
COPY . /go/src/github.com/pilosa/pilosa/internal/clustertests
COPY . /go/src/github.com/molecula/featurebase/internal/clustertests

View file

@ -53,6 +53,6 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command:
- "go test -v -count=1 github.com/pilosa/pilosa/internal/clustertests"
- "go test -v -count=1 github.com/molecula/featurebase/internal/clustertests"
networks:
pilosanet:

View file

@ -65,6 +65,6 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command:
- "cd /go/src/github.com/pilosa/pilosa/ && go test -mod=vendor -v -count=1 github.com/pilosa/pilosa/v2/internal/clustertests"
- "cd /go/src/github.com/molecula/featurebase/ && go test -mod=vendor -v -count=1 github.com/molecula/featurebase/v2/internal/clustertests"
networks:
pilosanet: