From 579bf31a1a17f9094f87a2f6632e5a3ed5696735 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Mon, 1 Jun 2020 17:49:30 +0100 Subject: [PATCH] Add go mod download to test file for blank setup --- script/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test.sh b/script/test.sh index 8bd2620..c903697 100755 --- a/script/test.sh +++ b/script/test.sh @@ -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