Add --no-recreate option to prepare target

This commit is contained in:
Marcos Lilljedahl 2015-07-06 21:17:44 -03:00
parent 4471e2bdbb
commit aa86c16838
1 changed files with 1 additions and 1 deletions

View File

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