mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
3 lines
287 B
Bash
Executable File
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) |