Fix rove gRPC path given to tests
This commit is contained in:
parent
dc9eb8cf2e
commit
fcbc29c80b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ services:
|
|||
image: rove:latest
|
||||
environment:
|
||||
- ROVE_ACCOUNTANT_GRPC=rove-accountant:9091
|
||||
- ROVE_GRPC=rove-server:9090
|
||||
- ROVE_GRPC=rove-server
|
||||
command: [ "go", "test", "-v", "./...", "--tags=integration", "-cover", "-coverprofile=/mnt/coverage-data/c.out", "-count", "1" ]
|
||||
volumes:
|
||||
- /tmp/coverage-data:/mnt/coverage-data:rw
|
||||
|
|
Loading…
Add table
Reference in a new issue