Add go mod download to test file for blank setup
This commit is contained in:
parent
0c56cbd3e0
commit
579bf31a1a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ set -x
|
|||
docker-compose up --build --detach
|
||||
|
||||
# Run tests, including integration tests
|
||||
go mod download
|
||||
go test -v ./... -tags integration -cover -coverprofile=/tmp/c.out
|
||||
|
||||
# Take down the service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue