mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update test.sh
This commit is contained in:
5
test.sh
5
test.sh
@@ -1,10 +1,7 @@
|
||||
export GO15VENDOREXPERIMENT=1
|
||||
export IGNORE_MEMORY=1
|
||||
|
||||
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-e TEST_DOCKER_USERNAME \
|
||||
-e TEST_DOCKER_PASSWORD \
|
||||
-e CI="$CI" \
|
||||
-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/)
|
||||
Reference in New Issue
Block a user