Add go mod download to test file for blank setup

This commit is contained in:
Marc Di Luzio 2020-06-01 17:49:30 +01:00
parent 0c56cbd3e0
commit 579bf31a1a

View file

@ -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