mirror of
https://github.com/foomo/shop.git
synced 2025-10-16 12:35:39 +00:00
chore: test dependencies
This commit is contained in:
parent
3acf1ba092
commit
fb95cc5cf0
@ -9,5 +9,4 @@ services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- env
|
||||
- SHELL=bash make test
|
||||
- make test
|
||||
13
Makefile
13
Makefile
@ -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
|
||||
Loading…
Reference in New Issue
Block a user