Files
fn-serverless/scripts/test.sh
2016-10-12 22:23:34 +02:00

3 lines
287 B
Bash
Executable File

#!/bin/bash
docker run -ti --privileged --rm -e GIN_MODE=$GIN_MODE -e LOG_LEVEL=debug -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD":/go/src/github.com/iron-io/functions -w /go/src/github.com/iron-io/functions iron/go:dev go test -v $(glide nv | grep -v examples | grep -v tool)