Files
fn-serverless/test.sh
Pedro Nasser b21029c3e3 update test.sh
2016-09-12 14:52:40 -03:00

7 lines
273 B
Bash
Executable File

export GO15VENDOREXPERIMENT=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/)