mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
fix clustertests
This commit is contained in:
parent
858f889745
commit
a021412d00
4 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
FROM ptest
|
||||
|
||||
COPY . /go/src/github.com/pilosa/pilosa/internal/clustertests
|
||||
COPY . /go/src/github.com/molecula/featurebase/internal/clustertests
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue