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