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