mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Depend on iron-io/runner instead of iron-io/worker (#124)
This commit is contained in:
committed by
GitHub
parent
eed5422c59
commit
fbcec6bf40
8
test.sh
8
test.sh
@@ -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/)
|
||||
Reference in New Issue
Block a user