chore: test dependencies

This commit is contained in:
Frederik Löffert 2019-11-20 13:53:37 +01:00
parent 3acf1ba092
commit fb95cc5cf0
2 changed files with 1 additions and 15 deletions

View File

@ -9,5 +9,4 @@ services:
- docker
script:
- env
- SHELL=bash make test
- make test

View File

@ -1,7 +1,3 @@
SHELL = "/bin/bash"
TEST_PATH = github.com/foomo/shop
# invoke a single test by setting go test -v $(TEST_PATH)/shop
mongo:
docker run --rm -d -it -p 27017:27017 mongo
@ -11,12 +7,3 @@ clean:
test: clean
./scripts/test.sh
install-test-dependencies:
go get -u github.com/ventu-io/go-shortid
go get -u github.com/bwmarrin/snowflake
go get -u github.com/sergi/go-diff/diffmatchpatch
go get -u github.com/nbutton23/zxcvbn-go
go get -u github.com/mitchellh/mapstructure
go get -u gopkg.in/mgo.v2/bson
go get -u golang.org/x/crypto/bcrypt