diff --git a/Makefile b/Makefile index 12b3aeac7..cefa9ac44 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ prepare: go get -d -v -t ./... - docker-compose up -d + docker-compose up -d --no-recreate test: prepare go test -short ./...