australis/vendor/github.com/paypal/gorealis/runTestsMac.sh
2018-10-23 23:32:59 -07:00

4 lines
351 B
Bash
Executable file

#!/bin/bash
# Since we run our docker compose setup in bridge mode to be able to run on MacOS, we have to launch a Docker container within the bridge network in order to avoid any routing issues.
docker run -t -v $(pwd):/go/src/github.com/paypal/gorealis --network gorealis_aurora_cluster golang:1.10.3-stretch go test -v github.com/paypal/gorealis