Depend on iron-io/runner instead of iron-io/worker (#124)

This commit is contained in:
Seif Lotfy سيف لطفي
2016-10-05 20:42:12 +02:00
committed by GitHub
parent eed5422c59
commit fbcec6bf40
24 changed files with 142 additions and 146 deletions

View File

@@ -1,7 +1,5 @@
export GO15VENDOREXPERIMENT=1
export LOG_LEVEL=debug
export IGNORE_MEMORY=1
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
-e IGNORE_MEMORY=1 \
-e LOG_LEVEL=debug \
-e GOPATH="$PWD/../../../.." \
-v "$PWD":"$PWD" -w "$PWD" iron/go-dind go test -v $(go list ./... | grep -v /vendor/ | grep -v /examples/)
go test -v $(go list ./... | grep -v /vendor/ | grep -v /examples/)